Skip to content

Commit

Permalink
[IDP-2744] Fix concurrency option to support renovate fallback (#32)
Browse files Browse the repository at this point in the history
* Update ci.yml

* Add renovate
  • Loading branch information
PrincessMadMath authored Dec 18, 2024
1 parent 17d2d16 commit 98b0590
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit 98b0590

Please sign in to comment.