diff options
-rw-r--r-- | renovate.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/renovate.json b/renovate.json index 3042173d28..7110d189f6 100644 --- a/renovate.json +++ b/renovate.json @@ -224,6 +224,14 @@ ] }, { + "description": "Bump go.mod directive versions", + "matchDatasources": ["golang-version"], + "matchManagers": ["gomod"], + "matchDepTypes": ["golang"], + "matchDepNames": ["go"], + "rangeStrategy": "bump" + }, + { "description": "Disable actions/cascading-pr for now <https://github.com/renovatebot/renovate/issues/28120>", "matchDepNames": [ "actions/cascading-pr" |