chore(github): add docker to dependabot
This commit is contained in:
parent
fdd8a45eb1
commit
f7ea9ae881
1 changed files with 7 additions and 4 deletions
11
.github/dependabot.yml
vendored
11
.github/dependabot.yml
vendored
|
@ -1,10 +1,13 @@
|
||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
assignees:
|
|
||||||
- "garethflowers"
|
|
||||||
directory: "/"
|
directory: "/"
|
||||||
reviewers:
|
schedule:
|
||||||
- "garethflowers"
|
interval: "daily"
|
||||||
|
- package-ecosystem: "docker"
|
||||||
|
commit-message:
|
||||||
|
include: "scope"
|
||||||
|
prefix: "chore"
|
||||||
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
|
Loading…
Reference in a new issue