Skip to content

Commit 5d567da

Browse files
committed
update github-actions dependabot configs
1 parent 3b4e419 commit 5d567da

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@
1818

1919
version: 2
2020
updates:
21+
# Maintain dependencies for GitHub Actions
2122
- package-ecosystem: "github-actions"
2223
directory: "/"
2324
schedule:
24-
interval: "daily"
25-
open-pull-requests-limit: 10
25+
interval: "weekly"
26+
day: "sunday"
27+
cooldown:
28+
default-days: 7

0 commit comments

Comments
 (0)