We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da47f61 commit 105be24Copy full SHA for 105be24
.github/dependabot.yml
@@ -11,3 +11,17 @@ updates:
11
schedule:
12
interval: "daily"
13
target-branch: "develop"
14
+ update_types:
15
+ - "semver:minor"
16
+ - "semver:patch"
17
+
18
+ - package-ecosystem: "pip"
19
+ directory: "/"
20
+ schedule:
21
+ interval: "daily"
22
+ target-branch: "develop"
23
24
+ - "semver:major"
25
+ labels:
26
+ - "do-not-merge"
27
+ - "dependencies"
.github/mergify.yml
@@ -3,6 +3,7 @@ pull_request_rules:
3
conditions:
4
- author~=^dependabot(|-preview)\[bot\]$
5
- check-success=Build
6
+ - -label~="do-not-merge"
7
actions:
8
merge:
9
strict: false
0 commit comments