We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c65a093 commit c77a231Copy full SHA for c77a231
.github/mergify.yml
@@ -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
12
13
14
15
+ review:
16
+ type: APPROVE
17
18
+- name: Ask to resolve conflict
19
20
+ - conflict
21
22
+ comment:
23
+ message: This pull request is now in conflict. Could you fix it @{{author}}? 🙏
renovate.json
@@ -0,0 +1,5 @@
+{
+ "extends": [
+ "github>harvester/renovate:renovate-default"
+ ]
+}
0 commit comments