diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 113d696..f0cd5d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,13 +11,14 @@ on: env: CI: true +# Prevent duplicate runs if Renovate falls back to creating a PR concurrency: - group: ci-${{ github.ref }} + group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }} cancel-in-progress: true jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..9b89fd5 --- /dev/null +++ b/renovate.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>gsoft-inc/renovate-config", + "github>gsoft-inc/renovate-config:all-automerge.json" + ] +} \ No newline at end of file