Skip to content

Commit

Permalink
ci(renovate): remove rangeStrategy (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown authored Aug 14, 2024
1 parent f201368 commit 23fdf9f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/eleven-mirrors-relate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@bfra.me/.github": patch
---

Remove `rangeStrategy` from Renovate config

8 changes: 7 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@
description: 'Enable SemVer digest pinning of @bfra-me GitHub actions, reusable workflows, and Renovate config presets.',
matchDatasources: ['github-tags'],
matchPackageNames: ['@bfra.me/**', 'bfra-me/**'],
rangeStrategy: 'replace',
updatePinnedDependencies: false,
},
{
description: 'Enable SemVer digest pinning of @bfra-me GitHub actions, reusable workflows, and Renovate config presets.',
matchDatasources: ['github-tags'],
matchPackageNames: ['@bfra.me/**', 'bfra-me/**'],
matchUpdateTypes: ['major'],
updatePinnedDependencies: true,
},
],
postUpgradeTasks: {
commands: ['pnpm install --frozen-lockfile --ignore-scripts', 'pnpm run format'],
Expand Down

0 comments on commit 23fdf9f

Please sign in to comment.