Skip to content

Commit

Permalink
feat: update workflow to trigger from config changes
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Fornaro <[email protected]>
  • Loading branch information
xunholy committed Mar 1, 2021
1 parent b881462 commit 001c410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"rebaseWhen": "conflicted",
"repositories": ["xUnholy/k8s-gitops"],
"requireConfig": false,
"reviewersFromCodeOwners": true,
"reviewersFromCodeOwners": false,
"semanticCommits": "enabled",
"suppressNotifications": ["prIgnoreNotification"],
"timezone": "Australia/Melbourne",
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/renovate-self-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
paths:
- ".github/workflows/renovate-self-hosted.yml"
- ".github/renovate.json"
branches:
- main
jobs:
Expand Down

0 comments on commit 001c410

Please sign in to comment.