Skip to content

Commit

Permalink
fix: renovate error (#6275)
Browse files Browse the repository at this point in the history
  • Loading branch information
caohuilin authored Sep 25, 2024
1 parent ffc3c4e commit 3b0e4d9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", "schedule:weekly", ":disableDependencyDashboard"],
"ignorePaths": ["**/node_modules/**"],
"extends": ["config:recommended", ":disableDependencyDashboard"],
"rangeStrategy": "pin",
"schedule": ["every weekend"]
"ignorePaths": ["**/node_modules/**", "packages/toolkit/utils/tests/fixtures/plugin"],
packageRules: [
// ignore all major update
{
Expand Down

0 comments on commit 3b0e4d9

Please sign in to comment.