From cc68c3349fde84531b053acc9a917a1ede9cc526 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 15:42:13 +0000 Subject: [PATCH] ci: sync with template repository --- .github/dependabot.yaml | 12 ++++++------ .github/workflows/merge.yaml | 1 + .github/workflows/template.yaml | 7 ++----- 3 files changed, 9 insertions(+), 11 deletions(-) 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