We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf9455a commit 0f2e819Copy full SHA for 0f2e819
1 file changed
.github/dependabot.yml
@@ -5,13 +5,27 @@ updates:
5
directory: "/"
6
schedule:
7
interval: "weekly"
8
+ cooldown:
9
+ default-days: 7
10
- package-ecosystem: "github-actions"
11
directories:
12
- "/"
13
- "/.github/actions/*"
14
+ groups:
15
+ actions:
16
+ patterns:
17
+ - "*"
18
19
20
21
22
- package-ecosystem: "gomod"
23
24
25
26
27
28
29
30
31
0 commit comments