diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index 4cd665c..2799a21 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -7,6 +7,10 @@ on: - main workflow_dispatch: # Allows manual triggering from the Gitea UI +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: renovate: runs-on: ubuntu-latest