Skip to content

Commit

Permalink
feat: allowScripts
Browse files Browse the repository at this point in the history
  • Loading branch information
caohuilin committed Sep 24, 2024
1 parent 9a401a8 commit d4ac9c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", "schedule:weekly"],
"ignorePaths": ["**/tests/**", "**/node_modules/**"],
// ensure pnpmfile can be run
"allowScripts": true,
"packageRules": [
// Use chore as semantic commit type for commit messages
{
Expand All @@ -12,7 +14,7 @@
},
{
"groupName": "rsbuild",
"packagePatterns": ["rspack", "rsbuild", "babel"],
"packagePatterns": ["rsbuild"],
"groupSlug": "rsbuild"
},
{
Expand Down

0 comments on commit d4ac9c4

Please sign in to comment.