Skip to content

Commit 5fc7d05

Browse files
authored
Update dependabot.yml
1 parent 9556a25 commit 5fc7d05

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ updates:
44
directory: "/"
55
schedule:
66
interval: daily
7-
time: "04:00"
87
open-pull-requests-limit: 10
8+
ignore:
9+
- dependency-name: "*"
10+
# GitHub actions are using git tags (v1 = v1.2 = v1.2.3) which should be compatible until a major change is performed
11+
update-types:
12+
- "version-update:semver-minor"
13+
- "version-update:semver-patch"
914
- package-ecosystem: maven
1015
directory: "/"
1116
schedule:
1217
interval: daily
13-
time: "04:00"
1418
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)