github.com/whoyao/protocol@v0.0.0-20230519045905-2d8ace718ca5/renovate.json (about) 1 { 2 "$schema": "https://docs.renovatebot.com/renovate-schema.json", 3 "extends": [ 4 "config:base" 5 ], 6 "commitBody": "Generated by renovateBot", 7 "packageRules": [ 8 { 9 "matchManagers": ["github-actions"], 10 "groupName": "github workflows" 11 }, 12 { 13 "matchManagers": ["gomod"], 14 "groupName": "go deps" 15 } 16 ], 17 "postUpdateOptions": [ 18 "gomodTidy" 19 ] 20 }