Skip to content

Commit

Permalink
chore(renovate): simplify renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
zyv committed Nov 11, 2024
1 parent a286e25 commit 28e1e53
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"config:recommended",
"group:all",
"schedule:monthly",
":maintainLockFilesMonthly"
],
"rangeStrategy": "update-lockfile",
"branchPrefix": "feature/renovate/",
"packageRules": [
{
"groupName": "all",
"matchPackageNames": [
"*"
]
}
],
"schedule": [
"every 2nd week on sunday after 9pm"
]
"branchPrefix": "feature/renovate/"
}

0 comments on commit 28e1e53

Please sign in to comment.