mirror of
https://github.com/wallabag/docker
synced 2025-12-15 18:56:29 +00:00
Create Dependabot config file
This commit is contained in:
committed by
GitHub
parent
b291bf697e
commit
1f1dd12cc3
14
.github/dependabot.yml
vendored
Normal file
14
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: docker
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: daily
|
||||||
|
time: "04:00"
|
||||||
|
timezone: Europe/Paris
|
||||||
|
open-pull-requests-limit: 10
|
||||||
|
ignore:
|
||||||
|
- dependency-name: alpine
|
||||||
|
versions:
|
||||||
|
- ">= 3.11.a"
|
||||||
|
- "< 3.12"
|
||||||
Reference in New Issue
Block a user