Skip to content

Commit 62a4a28

Browse files
authored
chore: group dependabot actions (#2424)
1 parent af78965 commit 62a4a28

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,19 @@ updates:
4545

4646
- package-ecosystem: "github-actions"
4747
directory: "/"
48+
open-pull-requests-limit: 5
49+
labels:
50+
- "dependencies"
51+
- "github-actions"
52+
- "type::chore"
53+
schedule:
54+
interval: "weekly"
55+
day: "saturday"
56+
57+
- package-ecosystem: "github-actions"
58+
directories:
59+
- ".github/actions/*"
60+
open-pull-requests-limit: 5
4861
labels:
4962
- "dependencies"
5063
- "github-actions"

0 commit comments

Comments
 (0)