There was an error while loading. Please reload this page.
2 parents 9f5dcd8 + b381d47 commit 8c2b935Copy full SHA for 8c2b935
1 file changed
.github/dependabot.yml
@@ -17,3 +17,8 @@ updates:
17
actions:
18
patterns:
19
- "*"
20
+ # We currently only specify a major version of actions (e.g. actions/checkout@v6)
21
+ # So we only want to change it when the major version changes.
22
+ ignore:
23
+ - dependency-name: "*"
24
+ update-types: ["version-update:semver-patch", "version-update:semver-minor"]
0 commit comments