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 Jan 3, 2025
1 parent 29969d5 commit ea8fb13
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"config:recommended",
":disableDevDependencies",
":prConcurrentLimit10",
":semanticCommits",
Expand All @@ -11,12 +11,12 @@
"postUpdateOptions": ["npmDedupe"],
"packageRules": [
{
"matchPackagePatterns": ["*"],
"schedule": ["every weekend"]
"schedule": ["every weekend"],
"matchPackageNames": ["*"]
},
{
"matchPackagePatterns": ["@walletconnect/*"],
"schedule": ["at any time"]
"schedule": ["at any time"],
"matchPackageNames": ["/@walletconnect/*/"]
}
]
}

0 comments on commit ea8fb13

Please sign in to comment.