diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9beafca..e0871f9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,4 @@ updates: - package-ecosystem: "gomod" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "monthly" + interval: "weekly" diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 4c0925f..f48ee08 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -2,7 +2,7 @@ name: goreleaser on: release: - types: [created, edited] + types: [created] permissions: contents: write @@ -27,4 +27,4 @@ jobs: args: -f .goreleaser.yml release --clean env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - \ No newline at end of file +