From 0d8ce800a9f8491c1d0f7eb4e2f749730c536d74 Mon Sep 17 00:00:00 2001 From: Lucas Bickel Date: Sun, 29 Mar 2026 13:54:35 +0200 Subject: [PATCH] chore(ci): dependabot cooldown and pin actions --- .github/dependabot.yml | 4 ++++ .github/workflows/lint-and-test.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- .github/workflows/semantic-release.yaml | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1c455cd..47e8f3d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,7 +10,11 @@ updates: actions: patterns: - "*" + cooldown: + default-days: 7 - package-ecosystem: pip directory: / schedule: interval: daily + cooldown: + default-days: 7 diff --git a/.github/workflows/lint-and-test.yaml b/.github/workflows/lint-and-test.yaml index 841de67..b315c03 100644 --- a/.github/workflows/lint-and-test.yaml +++ b/.github/workflows/lint-and-test.yaml @@ -9,6 +9,6 @@ on: jobs: call-workflow: - uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.41.3 + uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@c7aef9928f610ec51b44f84debf2321189276d54 # v0.41.3 pytest: - uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.41.3 + uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@c7aef9928f610ec51b44f84debf2321189276d54 # v0.41.3 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8614f8e..8a7f30a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,6 +9,6 @@ on: jobs: python-poetry: - uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@v0.41.3 + uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@c7aef9928f610ec51b44f84debf2321189276d54 # v0.41.3 secrets: RABE_PYPI_TOKEN: ${{ secrets.RABE_PYPI_TOKEN }} diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index 40b0290..f7fb14c 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -7,6 +7,6 @@ on: jobs: call-workflow: - uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.41.3 + uses: radiorabe/actions/.github/workflows/semantic-release.yaml@c7aef9928f610ec51b44f84debf2321189276d54 # v0.41.3 secrets: RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}