update dependabot

This commit is contained in:
Jaime Pillora
2023-01-28 10:58:39 +11:00
parent 5ad1141361
commit 3bdf6afc2d
2 changed files with 2 additions and 9 deletions
+2 -2
View File
@@ -4,10 +4,10 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "monthly"
# Dependencies listed in go.mod
- package-ecosystem: "gomod"
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "monthly"
-7
View File
@@ -1,7 +0,0 @@
#!/bin/bash
# TODO
gocompat compare \
--go1compat \
--log-level=debug \
--git-refs=origin/master..$(git rev-parse --abbrev-ref HEAD) \
./...