Skip to content

Commit

Permalink
chore(config): migrate renovate config (#210)
Browse files Browse the repository at this point in the history
* chore(config): migrate config renovate.json

* Update renovate.json

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ben Kremer <[email protected]>
  • Loading branch information
renovate[bot] and bkrem authored Jan 3, 2025
1 parent 3b4e4ee commit 3368abe
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 3368abe

Please sign in to comment.