Skip to content

Commit 287a4ab

Browse files
authored
chore(deps): Group Actions together
1 parent df88f27 commit 287a4ab

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,24 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
groups:
8+
actions:
9+
patterns: ["*"]
710

811
- package-ecosystem: "github-actions"
912
directory: "/"
1013
target-branch: "el10-kitten"
1114
schedule:
1215
interval: "weekly"
16+
groups:
17+
actions:
18+
patterns: ["*"]
1319

1420
- package-ecosystem: "github-actions"
1521
directory: "/"
1622
target-branch: "el10"
1723
schedule:
1824
interval: "weekly"
25+
groups:
26+
actions:
27+
patterns: ["*"]

0 commit comments

Comments
 (0)