Skip to content

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 23, 2024
1 parent 7491e6c commit b5082c8
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"extends": [
"config:recommended"
],
"packageRules": [
{
"packagePatterns": ["*"],
"excludePackagePatterns": [
"typescript",
"vitest",
"jsdom",
"prettier",
"vite-tsconfig-paths",
"react",
"@types/react",
"@total-typescript/exercise-cli",
"zod"
],
"enabled": false
"enabled": false,
"matchPackageNames": [
"*",
"!/typescript/",
"!/vitest/",
"!/jsdom/",
"!/prettier/",
"!/vite-tsconfig-paths/",
"!/react/",
"!/@types/react/",
"!/@total-typescript/exercise-cli/",
"!/zod/"
]
}
]
}

0 comments on commit b5082c8

Please sign in to comment.