ci: add maven and docker to dependabot configuration
This commit is contained in:
parent
8269207d6b
commit
b49c61636b
18
.github/dependabot.yml
vendored
18
.github/dependabot.yml
vendored
@ -1,7 +1,15 @@
|
|||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
# Maintain dependencies for GitHub Actions
|
- package-ecosystem: "github-actions"
|
||||||
- package-ecosystem: "github-actions"
|
directory: "/"
|
||||||
directory: "/"
|
schedule:
|
||||||
schedule:
|
interval: "weekly"
|
||||||
interval: "daily"
|
- package-ecosystem: "maven"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
- package-ecosystem: "docker"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user