Codebase list golang-github-googleapis-gax-go / 2ff3751e-b2f0-4435-bf78-48e3b5bf8278/main renovate.json
2ff3751e-b2f0-4435-bf78-48e3b5bf8278/main

Tree @2ff3751e-b2f0-4435-bf78-48e3b5bf8278/main (Download .tar.gz)

renovate.json @2ff3751e-b2f0-4435-bf78-48e3b5bf8278/mainraw · history · blame

{
    "extends": [
        "config:base",
        "schedule:weekly"
    ],
    "semanticCommits": false,
    "postUpdateOptions": [
        "gomodTidy"
    ],
    "commitMessagePrefix": "chore(all): ",
    "commitMessageAction": "update",
    "force": {
        "constraints": {
          "go": "1.16"
        }
      }
}