1{ 2 "extends": [ 3 "config:base", 4 ":semanticCommitTypeAll(chore)" 5 ], 6 "ignorePresets": [":semanticPrefixFixDepsChoreOthers"], 7 "prConcurrentLimit": 0, 8 "rebaseStalePrs": true, 9 "dependencyDashboard": true, 10 "semanticCommits": true, 11 "postUpdateOptions": [ 12 "gomodTidy" 13 ], 14 "ignoreDeps": [ 15 "golang.org/x/net" 16 ], 17 "force": { 18 "constraints": { 19 "go": "1.16" 20 } 21 } 22}