check for Dockerfile updates daily
This commit is contained in:
parent
bbdd9a62d3
commit
6d98845fee
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@ -9,6 +9,10 @@ updates:
|
|||||||
directory: '/' # Location of package manifests
|
directory: '/' # Location of package manifests
|
||||||
schedule:
|
schedule:
|
||||||
interval: 'daily'
|
interval: 'daily'
|
||||||
|
- package-ecosystem: 'docker'
|
||||||
|
directory: '/'
|
||||||
|
schedule:
|
||||||
|
interval: 'daily'
|
||||||
- package-ecosystem: 'github-actions'
|
- package-ecosystem: 'github-actions'
|
||||||
directory: '/'
|
directory: '/'
|
||||||
schedule:
|
schedule:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user