Skip to content

Commit 3691522

Browse files
Enhance dependabot configuration to group GitHub Actions updates and ignore specific non-versioned actions
1 parent 0223adc commit 3691522

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,11 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
groups:
8+
github-actions:
9+
patterns:
10+
- "*"
11+
ignore:
12+
# Following actions aren't versioned
13+
- dependency-name: "chainguard-dev/actions/*"
14+
- dependency-name: "knative/actions/*"

0 commit comments

Comments
 (0)