We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d2d16 commit 98b0590Copy full SHA for 98b0590
.github/workflows/ci.yml
@@ -11,13 +11,14 @@ on:
11
env:
12
CI: true
13
14
+# Prevent duplicate runs if Renovate falls back to creating a PR
15
concurrency:
- group: ci-${{ github.ref }}
16
+ group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
17
cancel-in-progress: true
18
19
jobs:
20
build:
- runs-on: ubuntu-latest
21
+ runs-on: ubuntu-22.04
22
23
steps:
24
- uses: actions/checkout@v4
renovate.json
@@ -0,0 +1,7 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "github>gsoft-inc/renovate-config",
5
+ "github>gsoft-inc/renovate-config:all-automerge.json"
6
+ ]
7
+}
0 commit comments