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 12d563e + 6b655f1 commit d22e4cfCopy full SHA for d22e4cf
.github/dependabot.yml
@@ -5,11 +5,20 @@
5
6
version: 2
7
updates:
8
- - package-ecosystem: "gomod" # See documentation for possible values
9
- directory: "/" # Location of package manifests
+ # GitHub Actions workflows
+ - package-ecosystem: github-actions
10
+ directory: ".github/workflows"
11
schedule:
- interval: "monthly"
12
- - package-ecosystem: "docker" # See documentation for possible values
13
+ interval: monthly
+
14
+ # Go (Go modules)
15
+ - package-ecosystem: gomod
16
+ directory: "/"
17
+ schedule:
18
19
20
+ # Docker base images
21
+ - package-ecosystem: docker
22
23
24
0 commit comments