Skip to content

Commit

Permalink
feat: update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
caohuilin committed Sep 26, 2024
1 parent 9eab3c7 commit 941454e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 241 deletions.
9 changes: 6 additions & 3 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":disableDependencyDashboard"],
"rangeStrategy": "pin",
"rangeStrategy": "auto",
"schedule": ["every weekend"],
"ignorePaths": ["**/node_modules/**", "packages/toolkit/utils/tests/fixtures/plugin"],
packageRules: [
"packageRules": [
// ignore all major update
{
"matchUpdateTypes": ["major"],
Expand Down Expand Up @@ -104,6 +104,9 @@
"history",
"@types/lru-cache",
"@types/testing-library__jest-dom",
"pkg-up"
"pkg-up",
"react",
"styled-components",
"webpack"
]
}
Loading

0 comments on commit 941454e

Please sign in to comment.