mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 22:30:56 +03:00
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:
10
.github/dependabot.yml
vendored
10
.github/dependabot.yml
vendored
@@ -1,11 +1,11 @@
|
|||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "gomod"
|
#- package-ecosystem: "gomod"
|
||||||
directory: "/"
|
# directory: "/"
|
||||||
schedule:
|
# schedule:
|
||||||
interval: "weekly"
|
# interval: "weekly"
|
||||||
open-pull-requests-limit: 2
|
# open-pull-requests-limit: 2
|
||||||
|
|
||||||
- package-ecosystem: "docker"
|
- package-ecosystem: "docker"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
|
|||||||
Reference in New Issue
Block a user