Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 6cc203a

Browse files
authored
chore: update dependabot version ignores (#383)
1 parent 7f3cd28 commit 6cc203a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/dependabot.yml

+9-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,16 @@ updates:
99
commit-message:
1010
prefix: "chore"
1111
ignore:
12-
# GitHub always delivers the latest versions for each major
13-
# release tag, so handle updates manually
12+
# These actions deliver the latest versions by updating the major
13+
# release tag, so ignore minor and patch versions
1414
- dependency-name: "actions/*"
15+
update-types:
16+
- "version-update:semver-minor"
17+
- "version-update:semver-patch"
18+
- dependency-name: "Apple-Actions/import-codesign-certs"
19+
update-types:
20+
- "version-update:semver-minor"
21+
- "version-update:semver-patch"
1522

1623
- package-ecosystem: "gomod"
1724
directory: "/"

0 commit comments

Comments
 (0)