Skip to content

Commit 52e64d8

Browse files
authored
Update dependabot.yml
Exclude all patch release versions
1 parent dc8222c commit 52e64d8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,36 @@ version: 2
22
updates:
33
- package-ecosystem: "maven"
44
directory: "/initial/"
5+
ignore:
6+
- dependency-name: "*"
7+
update-types: ["version-update:semver-patch"]
58
schedule:
69
interval: "monthly"
710
target-branch: "main"
811

912
- package-ecosystem: "gradle"
1013
directory: "/initial/"
14+
ignore:
15+
- dependency-name: "*"
16+
update-types: ["version-update:semver-patch"]
1117
schedule:
1218
interval: "monthly"
1319
target-branch: "main"
1420

1521
- package-ecosystem: "maven"
1622
directory: "/complete/"
23+
ignore:
24+
- dependency-name: "*"
25+
update-types: ["version-update:semver-patch"]
1726
schedule:
1827
interval: "monthly"
1928
target-branch: "main"
2029

2130
- package-ecosystem: "gradle"
2231
directory: "/complete/"
32+
ignore:
33+
- dependency-name: "*"
34+
update-types: ["version-update:semver-patch"]
2335
schedule:
2436
interval: "monthly"
2537
target-branch: "main"

0 commit comments

Comments
 (0)