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 cc1dfee commit 819105cCopy full SHA for 819105c
.github/mergify.yml
@@ -0,0 +1,21 @@
1
+# Provides automatic merging of pull requests based on specific rules.
2
+#
3
+# See: https://docs.mergify.io/configuration.html
4
+
5
+pull_request_rules:
6
+ - name: Automatically merge Dependabot pull requests
7
+ conditions:
8
+ - author~=^dependabot(|-preview)\[bot\]$
9
+ - check-success=CheckFormat
10
+ - check-success=RunSpecs
11
+ actions:
12
+ merge:
13
+ method: squash
14
15
+ - name: When a dependency conflict emerges, ask Dependabot to rebase its update
16
17
+ - conflict
18
19
20
+ comment:
21
+ message: "@dependabot rebase"
.github/workflows/automerge.yml
0 commit comments