Skip to content

Commit 1db769e

Browse files
authored
Merge pull request #32 from KingPin/dependabot-improvements
chore(deps): improve dependabot config with grouping and schedule
2 parents 219d3e1 + df3c658 commit 1db769e

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,24 @@ updates:
44
- package-ecosystem: "github-actions"
55
directory: "/"
66
schedule:
7-
interval: "daily"
7+
interval: "weekly"
8+
day: "monday"
9+
time: "04:00"
10+
timezone: "UTC"
11+
open-pull-requests-limit: 10
12+
commit-message:
13+
prefix: "chore(deps)"
14+
groups:
15+
docker-actions:
16+
patterns:
17+
- "docker/*"
18+
security-actions:
19+
patterns:
20+
- "aquasecurity/trivy-action"
21+
- "github/codeql-action*"
22+
github-actions:
23+
patterns:
24+
- "actions/*"
25+
- "gautamkrishnar/*"
26+
- "gaurav-nelson/*"
27+
- "DavidAnson/*"

0 commit comments

Comments
 (0)