Skip to content

Commit

Permalink
ci: renovate corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed Jun 26, 2024
1 parent cf929b4 commit a219c4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,10 @@
"pinDigests": false
},
{
"matchPackageNames": ["@vercel/ncc"],
"matchDepTypes": ["packageManager"],
"postUpgradeTasks": {
"commands": [
"pnpm install --frozen-lockfile --ignore-scripts",
"pnpm run build"
"corepack use '{{{depName}}}@{{{newVersion}}}'"
]
}
}
Expand Down
1 change: 1 addition & 0 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# yaml-language-server: $schema=https://docs.renovatebot.com/renovate-schema.json

allowedPostUpgradeCommands:
- "^corepack use"
- "^pnpm install --frozen-lockfile --ignore-scripts$"
- "^pnpm run build$"
onboardingConfigFileName: .renovaterc.json

0 comments on commit a219c4a

Please sign in to comment.