forked from GoogleCloudPlatform/python-docs-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrenovate.json
More file actions
23 lines (23 loc) · 696 Bytes
/
renovate.json
File metadata and controls
23 lines (23 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"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", "composer/cicd_sample/constraints.txt"],
"packageRules": [
{
"packagePatterns": ["pytest"],
"separateMinorPatch": true
},
{
"packagePatterns": ["pytest"],
"updateTypes": ["patch"],
"enabled": false
}
]
}