We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55cd462 commit 405fbf4Copy full SHA for 405fbf4
.github/dependabot.yml
@@ -39,7 +39,7 @@ updates:
39
patterns: [ "*" ]
40
ignore:
41
- dependency-name: "rack"
42
- update-types: [ "version-update:semver-minor" ]
+ update-types: [ "version-update:semver-major", "version-update:semver-minor" ]
43
44
# Maintained stable branches
45
- package-ecosystem: maven
@@ -78,5 +78,5 @@ updates:
78
79
80
81
82
0 commit comments