8000 experiment: only update pytest major/minor version (#4319) · lak2142/python-docs-samples@16630f0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 16630f0

Browse files
authored
experiment: only update pytest major/minor version (GoogleCloudPlatform#4319)
1 parent 2dfdb74 commit 16630f0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

renovate.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,11 @@
77
"masterIssue": true,
88
"pip_requirements": {
99
"fileMatch": ["requirements-test.txt"]
10-
}
10+
},
11+
"packageRules": [
12+
{
13+
"packagePatterns": ["pytest"],
14+
"bumpVersion": "minor"
15+
}
16+
]
1117
}

0 commit comments

Comments
 (0)
0