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 a564cbc commit 4440ab6Copy full SHA for 4440ab6
.github/dependabot.yml
@@ -1,6 +1,19 @@
1
+---
2
version: 2
3
updates:
4
- package-ecosystem: "gomod"
5
directory: "/"
6
schedule:
- interval: "monthly"
7
+ interval: "weekly"
8
+ - package-ecosystem: "gomod"
9
+ directory: "/tools"
10
+ schedule:
11
12
+ - package-ecosystem: "docker"
13
+ directory: "/"
14
15
16
+ - package-ecosystem: "github-actions"
17
18
19
0 commit comments