chore: make renovate bump go by patches (#308)

Drew Smirnoff created

Change summary

renovate.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Detailed changes

renovate.json 🔗

@@ -4,9 +4,9 @@
   "postUpdateOptions": ["gomodTidy"],
   "packageRules": [
     {
-      "matchPackageNames": ["go"],
-      "matchManagers": ["gomod", "github-actions"],
-      "groupName": "go"
+      "matchDepNames": ["go"],
+      "groupName": "go",
+      "rangeStrategy": "bump"
     }
   ]
 }