Skip to content

Commit 5517ca6

Browse files
committed
chore: update dependabot configuration for github-actions
1 parent 706b407 commit 5517ca6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/dependabot.yml

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

@@ -11,3 +9,9 @@ updates:
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)