We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d061d29 commit 7089965Copy full SHA for 7089965
1 file changed
.github/dependabot.yml
@@ -1,9 +1,19 @@
1
version: 2
2
+
3
updates:
4
- package-ecosystem: github-actions
- directory: /
5
+ directories:
6
+ - /
7
groups:
8
github-actions:
9
+ applies-to: version-updates
10
+ patterns:
11
+ - "*"
12
+ update-types:
13
+ - minor
14
+ - patch
15
+ github-actions-security:
16
+ applies-to: security-updates
17
patterns:
18
- "*"
19
update-types:
@@ -13,9 +23,19 @@ updates:
23
interval: weekly
24
25
- package-ecosystem: gomod
26
27
28
+ - /tools
29
30
gomod:
31
32
33
34
35
36
37
+ gomod-security:
38
39
20
40
21
41
0 commit comments