Skip to content

Commit

Permalink
chore(config): migrate renovate config (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- authored Dec 19, 2024
2 parents 9791b0f + f38d4ff commit f0292b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "group:allNonMajor", "schedule:monthly"],
"extends": ["config:recommended", "group:allNonMajor", "schedule:monthly"],
"timezone": "Pacific/Auckland",
"labels": ["dependencies"],
"rangeStrategy": "bump",
Expand All @@ -15,7 +15,7 @@
"automerge": true
},
{
"depTypeList": ["peerDependencies"],
"matchDepTypes": ["peerDependencies"],
"enabled": false
},
{
Expand Down

0 comments on commit f0292b4

Please sign in to comment.