1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 01:36:28 +00:00

Create Dependabot config file

This commit is contained in:
dependabot-preview[bot]
2020-10-16 10:45:04 +00:00
committed by GitHub
parent b291bf697e
commit 1f1dd12cc3

14
.github/dependabot.yml vendored Normal file
View 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"