labtime/renovate.json

12 lines
198 B
JSON
Raw Normal View History

2024-08-24 04:04:10 +02:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchDatasources": [
"golang-version"
],
"rangeStrategy": "bump"
}
]
2024-08-24 04:04:10 +02:00
}