We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37bbf63 + 2153050 commit 074080dCopy full SHA for 074080d
1 file changed
.github/dependabot.yml
@@ -19,7 +19,10 @@ updates:
19
# Ignore major version updates for stability
20
ignore:
21
- dependency-name: "*"
22
- update-types: ["version-update:semver-major"]
+ update-types:
23
+ - "version-update:semver-major"
24
+ - "version-update:semver-patch"
25
+
26
27
# Enable version updates for GitHub Actions
28
- package-ecosystem: "github-actions"
0 commit comments