Skip to content

Commit 313d4e9

Browse files
chore: update dependabot configuration for github-actions (#345)
1 parent c08133e commit 313d4e9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1-
# Set update schedule for GitHub Actions
2-
31
version: 2
42
updates:
53

64
- package-ecosystem: "github-actions"
75
directory: "/"
86
schedule:
9-
# Check for updates to GitHub Actions every week
7+
# Check for updates to GitHub Actions every quarter
108
interval: "quarterly"
119
labels:
1210
- "Release Not Needed"
1311
target-branch: "dev"
12+
# Group all github-actions updates into a single PR
13+
groups:
14+
all-github-actions:
15+
applies-to: "version-updates"
16+
patterns:
17+
- "*"

0 commit comments

Comments
 (0)