We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b39e6 commit 66c110bCopy full SHA for 66c110b
.github/dependabot.yml
@@ -8,12 +8,28 @@ updates:
8
directory: "/"
9
schedule:
10
interval: "weekly"
11
+ day: "sunday"
12
commit-message:
13
prefix: "[chore] : "
14
+ groups:
15
+ actions:
16
+ patterns:
17
+ - "*"
18
19
- package-ecosystem: "gomod"
20
21
22
23
24
- prefix: "[chore] : "
25
+ prefix: "[chore] : "
26
27
+ go:
28
29
30
+ applies-to: "version-updates"
31
+ go-security:
32
33
34
+ applies-to: "security-updates"
35
+
0 commit comments