We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e704ce + aa719b3 commit 8150acdCopy full SHA for 8150acd
1 file changed
.github/dependabot.yaml
@@ -5,7 +5,15 @@
5
6
version: 2
7
updates:
8
- - package-ecosystem: "" # See documentation for possible values
9
- directory: "/" # Location of package manifests
+ - package-ecosystem: 'github-actions'
+ directory: '/'
10
schedule:
11
- interval: "weekly"
+ interval: 'weekly'
12
+ labels:
13
+ - 'github-actions'
14
+ - package-ecosystem: 'docker'
15
16
+ schedule:
17
18
19
+ - 'docker'
0 commit comments