Skip to content

Commit

Permalink
Merge pull request #75 from martin-kuba/renovate/migrate-config
Browse files Browse the repository at this point in the history
Migrate renovate config
  • Loading branch information
martin-kuba authored Nov 5, 2024
2 parents 5b065d2 + c324fb5 commit 4b8e1cb
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"packageRules": [
{
"matchUpdateTypes": ["major"],
"matchUpdateTypes": [
"major"
],
"dependencyDashboardApproval": true
},
{
"matchUpdateTypes": ["minor", "patch"],
"matchUpdateTypes": [
"minor",
"patch"
],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
Expand Down

0 comments on commit 4b8e1cb

Please sign in to comment.