-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add renovate.json & mergify.yml
Signed-off-by: PoAn Yang <[email protected]>
- Loading branch information
1 parent
bc64eda
commit 9f7bc62
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
pull_request_rules: | ||
- name: Automatically merge Renovate PRs | ||
conditions: | ||
- check-success="call-dapper-build / dapper-build" | ||
- author = renovate[bot] | ||
actions: | ||
merge: | ||
method: rebase | ||
|
||
- name: Automatically approve Renovate PRs | ||
conditions: | ||
- check-success="call-dapper-build / dapper-build" | ||
- author = renovate[bot] | ||
actions: | ||
review: | ||
type: APPROVE | ||
|
||
- name: Ask to resolve conflict | ||
conditions: | ||
- conflict | ||
actions: | ||
comment: | ||
message: This pull request is now in conflict. Could you fix it @{{author}}? 🙏 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"extends": [ | ||
"github>harvester/renovate:renovate-default" | ||
] | ||
} |