flamingo.me/flamingo-commerce/v3@v3.11.0/renovate.json (about) 1 { 2 "extends": [ 3 "config:base", 4 ":semanticCommitTypeAll(chore)" 5 ], 6 "prHourlyLimit": 0, 7 "regexManagers": [ 8 { 9 "description": "Update go run/go install dependencies", 10 "fileMatch": [".*\\.go$", "Makefile"], 11 "matchStrings": [ 12 "\\s*go (run|install) (?<depName>([^@]+)?).*@(?<currentValue>[^\\s]+)" 13 ], 14 "datasourceTemplate": "go" 15 } 16 ] 17 }