diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eafdd78..2dd92b7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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" diff --git a/.github/gocompare.sh b/.github/gocompare.sh deleted file mode 100755 index e349695..0000000 --- a/.github/gocompare.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -# TODO -gocompat compare \ - --go1compat \ - --log-level=debug \ - --git-refs=origin/master..$(git rev-parse --abbrev-ref HEAD) \ - ./...