Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

Commit

Permalink
chore: update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolutionX-10 committed Apr 24, 2022
1 parent 75b7456 commit 64a6710
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
{
"extends": [
"config:base"
]
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "group:allNonMajor"],
"major": {
"dependencyDashboardApproval": true
},
"schedule": ["every weekend"],
"lockFileMaintenance": {
"enabled": true,
"automerge": true
},
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/"
}
]
}

0 comments on commit 64a6710

Please sign in to comment.