Skip to content

Commit

Permalink
ci(renovate): update @bfra-me/renovate-action major config (#1060)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown authored Aug 15, 2024
1 parent 35a0e57 commit 265204f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
matchDepTypes: ['action'],
matchUpdateTypes: ['major'],
commitMessageTopic: '{{depName}}',
pinDigests: false,
updatePinnedDependencies: true,
},
{
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 265204f

Please sign in to comment.