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 801c4e7 commit 8aa2916Copy full SHA for 8aa2916
.github/dependabot.yml
@@ -5,7 +5,11 @@
5
6
version: 2
7
updates:
8
- - package-ecosystem: "docker" # See documentation for possible values
+ - package-ecosystem: "github-actions" # See documentation for possible values
9
directory: "/" # Location of package manifests
10
schedule:
11
interval: "daily"
12
+ - package-ecosystem: "docker" # See documentation for possible values
13
+ directory: "/" # Location of package manifests
14
+ schedule:
15
+ interval: "daily"
0 commit comments