diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 40b88d2..517ca4d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,4 +7,8 @@ updates: directory: "/" target-branch: "devel" schedule: - interval: "daily" + interval: "weekly" + - package-ecosystem: github-actions + directory: / + schedule: + interval: "weekly" diff --git a/.github/go.yml b/.github/workflows/go.yml similarity index 82% rename from .github/go.yml rename to .github/workflows/go.yml index 6fc0836..6b0ec0d 100644 --- a/.github/go.yml +++ b/.github/workflows/go.yml @@ -41,11 +41,5 @@ jobs: - name: Format run: diff -u <(echo -n) <(gofmt -d -s .) - - name: Licences - run: diff -u <(echo -n) <(./private/scripts/autogen_licences.sh .) - - name: Lint run: diff -u <(echo -n) <(golint ./...) - - - name: Coverage - run: $GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN