Skip to content

Commit 0f9b8de

Browse files
committed
feat(dependabot): configure daily updates for GitHub actions
- Adds a new schedule for Dependabot to check for updates to GitHub Actions daily. - Adjusts group settings to allow for improved dependency management with more flexible patterns. - Increases the limit of open pull requests to 15 for better collaboration and timely updates.
1 parent 55f5d9c commit 0f9b8de

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ updates:
55
schedule:
66
interval: "daily"
77
open-pull-requests-limit: 15
8+
labels:
9+
- "area-dependencies"
10+
groups:
11+
all-dependencies:
12+
patterns:
13+
- "*"
14+
- package-ecosystem: "github-actions"
15+
directory: "/"
16+
schedule:
17+
interval: daily
18+
open-pull-requests-limit: 15
819
labels:
920
- "area-dependencies"
1021
groups:

0 commit comments

Comments
 (0)