Skip to content

Commit

Permalink
Merge pull request #5 from kube-logging/renovate/configure
Browse files Browse the repository at this point in the history
chore: Configure Renovate
  • Loading branch information
pepov authored Oct 3, 2024
2 parents bd84ef5 + ef1f7e6 commit c96ef35
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"schedule:daily",
"group:all"
],
"automerge": true,
"major": {
"automerge": false
},
"gomodTidy": true,
"requiredStatusChecks": null,
"postUpdateOptions": [
"gomodTidy"
],
"constraints": {
"go": "1.23"
},
"labels": ["dependencies"],
"packageRules": [
{
"matchUpdateTypes": ["major"],
"enabled": false
}
]
}

0 comments on commit c96ef35

Please sign in to comment.