dependabot: remove gomod
it is not really required, we update Go dependencies regularly Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
parent
ba3e2ecb5f
commit
a6549b08f9
1 changed files with 5 additions and 5 deletions
10
.github/dependabot.yml
vendored
10
.github/dependabot.yml
vendored
|
@ -1,11 +1,11 @@
|
|||
version: 2
|
||||
|
||||
updates:
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
open-pull-requests-limit: 2
|
||||
#- package-ecosystem: "gomod"
|
||||
# directory: "/"
|
||||
# schedule:
|
||||
# interval: "weekly"
|
||||
# open-pull-requests-limit: 2
|
||||
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/"
|
||||
|
|
Loading…
Reference in a new issue