Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Wilcsinszky <[email protected]>
  • Loading branch information
pepov authored Oct 3, 2024
1 parent 02fbd79 commit ef1f7e6
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"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 ef1f7e6

Please sign in to comment.