There was an error while loading. Please reload this page.
2 parents 219d3e1 + df3c658 commit 1db769eCopy full SHA for 1db769e
1 file changed
.github/dependabot.yml
@@ -4,4 +4,24 @@ updates:
4
- package-ecosystem: "github-actions"
5
directory: "/"
6
schedule:
7
- interval: "daily"
+ 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
20
+ - "aquasecurity/trivy-action"
21
+ - "github/codeql-action*"
22
+ github-actions:
23
24
+ - "actions/*"
25
+ - "gautamkrishnar/*"
26
+ - "gaurav-nelson/*"
27
+ - "DavidAnson/*"
0 commit comments