Skip to content

Commit

Permalink
Merge pull request #71 from kube-logging/renovate-conf
Browse files Browse the repository at this point in the history
renovate conf update
  • Loading branch information
pepov authored Oct 6, 2023
2 parents e4178d7 + 35a39f6 commit f1181ef
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 f1181ef

Please sign in to comment.