Skip to content

Commit 51d41d9

Browse files
committed
[chore] Go back to ignoring only major rack updates
(cherry picked from commit f7c84cb)
1 parent 405fbf4 commit 51d41d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ updates:
3939
patterns: [ "*" ]
4040
ignore:
4141
- dependency-name: "rack"
42-
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]
42+
update-types: [ "version-update:semver-major" ]
4343

4444
# Maintained stable branches
4545
- package-ecosystem: maven
@@ -78,5 +78,5 @@ updates:
7878
patterns: [ "*" ]
7979
ignore:
8080
- dependency-name: "rack"
81-
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]
81+
update-types: [ "version-update:semver-major" ]
8282

0 commit comments

Comments
 (0)