mirror of
https://github.com/Icinga/docker-icinga2.git
synced 2025-08-07 23:07:10 +02:00
.github/dependabot.yml: Do not ignore github.com/otiai10/copy
The dependabot.yml configuration file is in its same state as initially committed in #59. Since four years ago, the configuration contains an ignore rule for the github.com/otiai10/copy Go module, which thus have not received any updates.
This commit is contained in:
parent
ab2e9086fc
commit
ed29d483a8
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
@ -6,11 +6,6 @@ updates:
|
|||||||
interval: daily
|
interval: daily
|
||||||
time: "10:00"
|
time: "10:00"
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
ignore:
|
|
||||||
- dependency-name: github.com/otiai10/copy
|
|
||||||
versions:
|
|
||||||
- 1.4.2
|
|
||||||
- 1.5.1
|
|
||||||
- package-ecosystem: docker
|
- package-ecosystem: docker
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
|
Loading…
Reference in New Issue
Block a user