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 4be2889 commit e71fccdCopy full SHA for e71fccd
.github/dependabot.yml
@@ -7,8 +7,10 @@ updates:
7
- package-ecosystem: "github-actions"
8
directory: "/"
9
schedule:
10
- # Check for updates to GitHub Actions every month
11
interval: "monthly"
+ ignore: # only update minor or major version changes
12
+ - dependency-name: "*"
13
+ update-types: ["version-update:semver-patch"]
14
groups:
15
actions:
16
patterns:
0 commit comments