Skip to content

Commit

Permalink
Merge pull request #118 from zyv/feature/renovate/migrate-config
Browse files Browse the repository at this point in the history
chore(config): migrate renovate config
  • Loading branch information
zyv authored Nov 5, 2024
2 parents 85216e3 + 3ab34bb commit a286e25
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"rangeStrategy": "update-lockfile",
"branchPrefix": "feature/renovate/",
"reviewers": [
"zyv"
],
"packageRules": [
{
"groupName": "all",
"matchPackagePatterns": [
"matchPackageNames": [
"*"
]
}
Expand Down

0 comments on commit a286e25

Please sign in to comment.