Merge pull request 'chore: allow renovate to update the go version' (#7) from chore/renovate-go-mod into main

Reviewed-on: #7
This commit is contained in:
Aire-One 2024-09-02 17:36:19 +02:00
commit ef1701785a
1 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchDatasources": [
"golang-version"
],
"rangeStrategy": "bump"
}
]
}