[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/DataSolveProblems/python-docs-samples/cicd_tutorial/renovate.json [Back]  [Original]

{
  "extends": [
    "config:base"
  ],
  "prConcurrentLimit": 0,
  "rebaseWhen": "never",
  "masterIssue": true,
  "pip_requirements": {
    "fileMatch": ["requirements-test.txt", "requirements-composer.txt", "constraints.txt", "constraints-test.txt"]
  },
  "ignorePaths" : ["composer/workflows/constraints.txt", "composer/blog/gcp-tech-blog/data-orchestration-with-composer/constraints.txt", "composer/airflow_1_samples/requirements.txt"],
  "packageRules": [
    {
      "packagePatterns": ["pytest"],
      "separateMinorPatch": true
    },
    {
      "packagePatterns": ["pytest"],
      "updateTypes": ["patch"],
      "enabled": false
    }
  ]
}

Web Proxy Viewer  |  New URL  |  Original Page