Skip to content

Commit c77a231

Browse files
FrankYang0529bk201
authored andcommitted
feat: add renovate.json & mergify.yml
Signed-off-by: PoAn Yang <poan.yang@suse.com>
1 parent c65a093 commit c77a231

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.github/mergify.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
pull_request_rules:
2+
- name: Automatically merge Renovate PRs
3+
conditions:
4+
- check-success="build-pr / dapper-build"
5+
- author = renovate[bot]
6+
actions:
7+
merge:
8+
method: rebase
9+
10+
- name: Automatically approve Renovate PRs
11+
conditions:
12+
- check-success="build-pr / dapper-build"
13+
- author = renovate[bot]
14+
actions:
15+
review:
16+
type: APPROVE
17+
18+
- name: Ask to resolve conflict
19+
conditions:
20+
- conflict
21+
actions:
22+
comment:
23+
message: This pull request is now in conflict. Could you fix it @{{author}}? 🙏

renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"extends": [
3+
"github>harvester/renovate:renovate-default"
4+
]
5+
}

0 commit comments

Comments
 (0)