Skip to content

Commit 4a0ed3c

Browse files
committed
chore: update dependabot config for full coverage, weekly schedule, 7-day cooldown, and grouped updates
1 parent 5e5803f commit 4a0ed3c

1 file changed

Lines changed: 14 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,21 @@ updates:
33
- package-ecosystem: pip
44
directory: "/"
55
schedule:
6-
interval: daily
7-
time: "10:00"
6+
interval: "weekly"
87
open-pull-requests-limit: 10
8+
cooldown:
9+
default-days: 7
10+
groups:
11+
pip-dependencies:
12+
patterns:
13+
- "*"
914
- package-ecosystem: "github-actions"
1015
directory: "/"
1116
schedule:
12-
# Check for updates to GitHub Actions every weekday
13-
interval: "daily"
17+
interval: "weekly"
18+
cooldown:
19+
default-days: 7
20+
groups:
21+
github-actions-dependencies:
22+
patterns:
23+
- "*"

0 commit comments

Comments
 (0)