Skip to content

Commit 105be24

Browse files
committed
chore: dependabot/mergify guardrail for major versions
1 parent da47f61 commit 105be24

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/dependabot.yml

+14
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,17 @@ updates:
1111
schedule:
1212
interval: "daily"
1313
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+
update_types:
24+
- "semver:major"
25+
labels:
26+
- "do-not-merge"
27+
- "dependencies"

.github/mergify.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ pull_request_rules:
33
conditions:
44
- author~=^dependabot(|-preview)\[bot\]$
55
- check-success=Build
6+
- -label~="do-not-merge"
67
actions:
78
merge:
89
strict: false

0 commit comments

Comments
 (0)