Skip to content

Commit

Permalink
ci(renovate): pin @bfra-me/renovate-action action (#1054)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown authored Aug 14, 2024
1 parent ec27e65 commit 4f9bc87
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@
],
semanticCommitType: 'build',
},
{
description: 'Pin @bfra-me/renovate-action.',
matchPackageNames: ['@bfra-me/renovate-action'],
matchDepTypes: ['action'],
commitMessageTopic: '{{depName}}',
rangeStrategy: 'pin',
},
{
matchFileNames: ['**/*.md'],
addLabels: ['automerge'],
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
${{ !contains('["issues", "pull_request"]', github.event_name) && github.ref_name == 'main' || contains(github.ref_name, 'renovate/') }}
dry_run: ${{ github.event_name == 'push' && github.ref_name != 'main' }}
if: github.event_name != 'push' || steps.filter.outputs.changes == 'true'
uses: bfra-me/renovate-action@6698751cecd801c8132b98876b285edd04ae6ac0 # v4.3.3
uses: bfra-me/renovate-action@v4
with:
branch: ${{ env.dry_run == 'true' && github.ref_name || '' }}
cache: ${{ env.cache }}
Expand Down

0 comments on commit 4f9bc87

Please sign in to comment.