Skip to content

Commit

Permalink
dependabot: remove gomod
Browse files Browse the repository at this point in the history
it is not really required, we update Go dependencies regularly

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
  • Loading branch information
drakkan committed May 25, 2024
1 parent ba3e2ec commit a6549b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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: "/"
Expand Down

0 comments on commit a6549b0

Please sign in to comment.