Skip to content

Commit 3156585

Browse files
authored
Merge pull request #105 from controlplaneio-fluxcd/pin-cosign
Ignore cosign v4 action in dependabot config
2 parents a45993f + ef4464d commit 3156585

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/dependabot.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ updates:
1111
interval: "weekly"
1212
ignore:
1313
- dependency-name: "sigstore/cosign-installer"
14-
versions:
15-
- "4.x"
14+
update-types: ["version-update:semver-major"]

0 commit comments

Comments
 (0)