Skip to content

Commit fa70d32

Browse files
authored
Update Dependabot configuration for updates (#414)
1 parent f76345a commit fa70d32

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,11 @@
55

66
version: 2
77
updates:
8-
# Maintain dependencies for Go
98
- package-ecosystem: "gomod"
109
directory: "/"
1110
schedule:
1211
interval: "weekly"
1312

14-
# Maintain dependencies for build tools
15-
- package-ecosystem: "gomod"
16-
directory: "/tools"
17-
schedule:
18-
interval: "weekly"
19-
20-
# Maintain dependencies for GitHub Actions
2113
- package-ecosystem: "github-actions"
2214
directory: "/"
2315
schedule:
@@ -26,4 +18,4 @@ updates:
2618
- package-ecosystem: docker
2719
directory: /
2820
schedule:
29-
interval: daily
21+
interval: "weekly"

0 commit comments

Comments
 (0)