Skip to content

Commit

Permalink
chore(deps): update (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown authored Aug 14, 2024
1 parent 23fdf9f commit e30f748
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
6 changes: 6 additions & 0 deletions .changeset/warm-points-camp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@bfra.me/.github": minor
---

Manually bump Renovate preset versions for updated `packageRules`

2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'github>bfra-me/renovate-config#v3',
'github>bfra-me/renovate-config:internal.json5#v3.7.7',
'github>bfra-me/renovate-config:internal.json5#v3.7.10',
],
packageRules: [
{
Expand Down
15 changes: 7 additions & 8 deletions .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,14 @@ jobs:
${{ github.event.repository.name == '.github' && !contains('["issues", "pull_request"]', github.event_name) && github.ref == 'refs/heads/main' }}
dry_run: ${{ github.event_name == 'push' && github.ref != 'refs/heads/main' }}
if: github.event_name != 'push' || steps.filter.outputs.changes == 'true'
uses: bfra-me/renovate-action@v3
uses: bfra-me/renovate-action@v4
with:
autodiscover: ${{ env.autodiscover }}
branch: ${{ env.dry_run == 'true' && github.ref_name || '' }}
cache: true
dry_run: ${{ env.dry_run }}
log_level: ${{ inputs.log_level || env.WORKFLOW_LOG_LEVEL }}
print_config: ${{ inputs.print_config || github.event_name == 'push' }}
renovate_app_id: ${{ secrets.APPLICATION_ID }}
renovate_app_pem: ${{ secrets.APPLICATION_PRIVATE_KEY }}
renovate_app_slug: ${{ inputs.renovate_app_slug || github.repository_owner }}
timeout-minutes: 15
dry-run: ${{ env.dry_run }}
log-level: ${{ inputs.log_level || env.WORKFLOW_LOG_LEVEL }}
print-config: ${{ inputs.print_config || github.event_name == 'push' }}
renovate-app-id: ${{ secrets.APPLICATION_ID }}
renovate-app-private-key: ${{ secrets.APPLICATION_PRIVATE_KEY }}
timeout-minutes: 30

0 comments on commit e30f748

Please sign in to comment.