Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(renovate): pin default @bfra-me/renovate-config config preset #257

Merged
merged 1 commit into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/sour-glasses-return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@bfra.me/.github": patch
---

Pin default `@bfra-me/renovate-config` config preset with actions and workflows

13 changes: 4 additions & 9 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,25 +1,20 @@
{
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'github>bfra-me/renovate-config#v3.7.7',
'github>bfra-me/renovate-config#v3',
'github>bfra-me/renovate-config:internal.json5#v3.7.7',
],
packageRules: [
{
description: 'Disable digest pinning for @bfra-me GitHub actions and reusable workflows.',
matchDepTypes: ['action'],
description: 'Enable SemVer digest pinning of @bfra-me GitHub actions, reusable workflows, and Renovate config presets.',
matchDatasources: ['github-tags'],
matchPackageNames: ['@bfra.me/**', 'bfra-me/**'],
pinDigests: false,
rangeStrategy: 'replace',
updatePinnedDependencies: false,
},
],
postUpgradeTasks: {
commands: [
'npm install -g [email protected]',
'pnpm install --frozen-lockfile --ignore-scripts',
'pnpm run format',
],
commands: ['pnpm install --frozen-lockfile --ignore-scripts', 'pnpm run format'],
executionMode: 'branch',
},
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"devDependencies": {
"@actions/exec": "1.1.1",
"@bfra.me/prettier-config": "0.4.0",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.7",
"@swisspost/design-system-changelog-github": "1.0.2",
"@types/node": "20.14.10",
Expand Down
30 changes: 0 additions & 30 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.