Skip to content

Commit

Permalink
ci(renovate): extend internal preset (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown authored Feb 25, 2024
1 parent 2562908 commit 0eeffa5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: ['github>bfra-me/renovate-config#v3.0.6'],
extends: [
'github>bfra-me/renovate-config#v3.0.6',
'github>bfra-me/renovate-config:internal.json5#v3.0.6',
],
postUpgradeTasks: {
commands: [
'npm install -g pnpm@8',
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name: CI
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-$${{ github.head_ref || github.run_id }}
group: ${{ github.workflow }}-$${{ github.run_id || github.ref }}
cancel-in-progress: true

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
renovate:
name: Renovate
secrets: inherit
uses: bfra-me/.github/.github/workflows/renovate.yaml@v1.5.2
uses: bfra-me/.github/.github/workflows/renovate.yaml@v1
with:
print_config: ${{ inputs.print_config || false }}

0 comments on commit 0eeffa5

Please sign in to comment.