diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index f2feb00..9d60ef4 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -6,7 +6,7 @@ updates: - package-ecosystem: cargo directory: / schedule: - interval: weekly + interval: daily groups: cargo: patterns: @@ -15,7 +15,7 @@ updates: - package-ecosystem: gitsubmodule directory: / schedule: - interval: weekly + interval: daily groups: gitsubmodule: patterns: @@ -24,7 +24,7 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: weekly + interval: daily groups: github-actions: patterns: @@ -33,7 +33,7 @@ updates: - package-ecosystem: gomod directory: / schedule: - interval: weekly + interval: daily groups: gomod: patterns: @@ -42,7 +42,7 @@ updates: - package-ecosystem: npm directory: / schedule: - interval: weekly + interval: daily groups: npm: patterns: @@ -51,7 +51,7 @@ updates: - package-ecosystem: pip directory: / schedule: - interval: weekly + interval: daily groups: pip: patterns: diff --git a/.github/workflows/merge.yaml b/.github/workflows/merge.yaml index 1516057..d0b8e78 100644 --- a/.github/workflows/merge.yaml +++ b/.github/workflows/merge.yaml @@ -17,6 +17,7 @@ jobs: merge: name: Merge permissions: + contents: write pull-requests: write if: github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'pre-commit-ci[bot]' diff --git a/.github/workflows/template.yaml b/.github/workflows/template.yaml index a035c68..a72eaa8 100644 --- a/.github/workflows/template.yaml +++ b/.github/workflows/template.yaml @@ -1,19 +1,16 @@ name: Template Repository on: - schedule: - - cron: 0 0 * * 0 workflow_dispatch: -permissions: - contents: write - concurrency: group: ${{ github.workflow }}-${{ github.ref }} jobs: template: name: Template + permissions: + contents: write runs-on: ubuntu-latest steps: - name: Checkout