Skip to content

Commit ca218c8

Browse files
authored
Ignore Go patch version updates (#109)
Explicitly add an ignore instruction to the Dependabot config.
1 parent c65ab7a commit ca218c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ updates:
1111
schedule:
1212
# Check for updates to GitHub Actions every weekday
1313
interval: "daily"
14+
ignore:
15+
# ignore all Go patch updates
16+
- dependency-name: "golang/go"
17+
update-types: ["version-update:semver-patch"]
1418
labels:
1519
- "dependencies"
1620
- "patch"

0 commit comments

Comments
 (0)