From e30f7489042ff9d8b6f56926909085c0c7016f57 Mon Sep 17 00:00:00 2001 From: "Marcus R. Brown" Date: Wed, 14 Aug 2024 00:28:47 -0700 Subject: [PATCH] chore(deps): update (#260) --- .changeset/warm-points-camp.md | 6 ++++++ .github/renovate.json5 | 2 +- .github/workflows/renovate.yaml | 15 +++++++-------- 3 files changed, 14 insertions(+), 9 deletions(-) create mode 100644 .changeset/warm-points-camp.md diff --git a/.changeset/warm-points-camp.md b/.changeset/warm-points-camp.md new file mode 100644 index 0000000..38ce544 --- /dev/null +++ b/.changeset/warm-points-camp.md @@ -0,0 +1,6 @@ +--- +"@bfra.me/.github": minor +--- + +Manually bump Renovate preset versions for updated `packageRules` + \ No newline at end of file diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 2a4a50b..1f587e8 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -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: [ { diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 84e4215..f2b9d83 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -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