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.
2 parents 0d6e4d9 + dcec1bb commit ce744f6Copy full SHA for ce744f6
.github/dependabot.yml
@@ -5,11 +5,15 @@
5
6
version: 2
7
updates:
8
- - package-ecosystem: "gomod" # See documentation for possible values
9
- directory: "/" # Location of package manifests
+ - package-ecosystem: "docker"
+ directory: "/"
10
schedule:
11
interval: "weekly"
12
- - package-ecosystem: "docker" # See documentation for possible values
13
+ - package-ecosystem: "github-actions"
14
+ schedule:
15
+ interval: "weekly"
16
+ - package-ecosystem: "gomod"
17
18
19
0 commit comments