renovate.json
1{
2 "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3 "extends": ["config:recommended"],
4 "postUpdateOptions": ["gomodTidy"],
5 "packageRules": [
6 {
7 "matchManagers": ["gomod"],
8 "matchDepNames": ["go"],
9 "rangeStrategy": "bump"
10 },
11 {
12 "matchManagers": ["github-actions"],
13 "matchDepNames": ["go"],
14 "groupName": "go"
15 }
16 ]
17}