We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c65ab7a commit c8eb3deCopy full SHA for c8eb3de
1 file changed
.github/dependabot.yml
@@ -11,6 +11,10 @@ updates:
11
schedule:
12
# Check for updates to GitHub Actions every weekday
13
interval: "daily"
14
+ ignore:
15
+ # ignore all Go patch updates
16
+ - dependency-name: "golang/go"
17
+ update-types: ["version-update:semver-patch"]
18
labels:
19
- "dependencies"
20
- "patch"
0 commit comments