Skip to content

Commit 8150acd

Browse files
authored
Merge pull request #15 from carlossg/patch-1
test: fix dependabot.yaml for github-actions
2 parents 4e704ce + aa719b3 commit 8150acd

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.github/dependabot.yaml

+11-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "" # See documentation for possible values
9-
directory: "/" # Location of package manifests
8+
- package-ecosystem: 'github-actions'
9+
directory: '/'
1010
schedule:
11-
interval: "weekly"
11+
interval: 'weekly'
12+
labels:
13+
- 'github-actions'
14+
- package-ecosystem: 'docker'
15+
directory: '/'
16+
schedule:
17+
interval: 'weekly'
18+
labels:
19+
- 'docker'

0 commit comments

Comments
 (0)