Create Dependabot config file
This commit is contained in:
parent
6b4855d571
commit
ac9a9095c0
13
.github/dependabot.yml
vendored
Normal file
13
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: gomod
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: daily
|
||||||
|
time: "04:00"
|
||||||
|
open-pull-requests-limit: 10
|
||||||
|
ignore:
|
||||||
|
- dependency-name: github.com/containous/traefik/v2
|
||||||
|
versions:
|
||||||
|
- "> 2.1.6"
|
||||||
|
- "< 2.2"
|
||||||
Loading…
Reference in New Issue
Block a user