Skip to content

Commit 7089965

Browse files
authored
chore: Update dependabot for tools dir and security updates (#3398)
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
1 parent d061d29 commit 7089965

1 file changed

Lines changed: 22 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
version: 2
2+
23
updates:
34
- package-ecosystem: github-actions
4-
directory: /
5+
directories:
6+
- /
57
groups:
68
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
717
patterns:
818
- "*"
919
update-types:
@@ -13,9 +23,19 @@ updates:
1323
interval: weekly
1424

1525
- package-ecosystem: gomod
16-
directory: /
26+
directories:
27+
- /
28+
- /tools
1729
groups:
1830
gomod:
31+
applies-to: version-updates
32+
patterns:
33+
- "*"
34+
update-types:
35+
- minor
36+
- patch
37+
gomod-security:
38+
applies-to: security-updates
1939
patterns:
2040
- "*"
2141
update-types:

0 commit comments

Comments
 (0)