Skip to content

Commit

Permalink
ci: adjust renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdre committed Aug 3, 2024
1 parent 8bdb37d commit 61306d4
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>maki-it/renovate-config"
"config:best-practices"
],
"dependencyDashboardLabels": ["dependencies"],
"labels": ["dependencies"],
"packageRules": [
{
"matchUpdateTypes": ["major"],
"minimumReleaseAge": "2 days"
},
{
"matchUpdateTypes": ["minor"],
"minimumReleaseAge": "1 days"
},
{
"matchUpdateTypes": ["patch", "pin"],
"minimumReleaseAge": "1 days",
"automerge": true
}
]
}

0 comments on commit 61306d4

Please sign in to comment.