Skip to content

Commit

Permalink
renovate conf update
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Wilcsinszky <[email protected]>
  • Loading branch information
pepov committed Oct 6, 2023
1 parent e4178d7 commit 35a39f6
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:base",
"schedule:daily",
"group:all"
],
"automerge": true,
"major": {
"automerge": false
},
"packageRules": [
{
"matchUpdateTypes": ["major"],
"enabled": false
}
]
}

0 comments on commit 35a39f6

Please sign in to comment.