From 265204fd05cacfc3c59d5fba37ed3614f14ab074 Mon Sep 17 00:00:00 2001 From: "Marcus R. Brown" Date: Thu, 15 Aug 2024 11:22:56 -0700 Subject: [PATCH] ci(renovate): update @bfra-me/renovate-action major config (#1060) --- .github/renovate.json5 | 1 + .github/workflows/renovate.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index f2b5a06..99b229e 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -43,6 +43,7 @@ matchDepTypes: ['action'], matchUpdateTypes: ['major'], commitMessageTopic: '{{depName}}', + pinDigests: false, updatePinnedDependencies: true, }, { diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 6a779d3..c7e2092 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -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 }}