Skip to content

Commit c148a12

Browse files
authored
Update renovate.json
Refine allowed versions for python 3.9 and geoalchemy2.
1 parent d5474a9 commit c148a12

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

renovate.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,12 @@
88
"ignorePaths": [".pre-commit-config.yaml", ".kokoro/requirements.txt", "setup.py", ".github/workflows/unittest.yml"],
99
"pip_requirements": {
1010
"fileMatch": ["requirements-test.txt", "samples/[\\S/]*constraints.txt", "samples/[\\S/]*constraints-test.txt"]
11-
}
11+
},
12+
"packageRules": [
13+
{
14+
"matchFileNames": ["requirements.txt"],
15+
"matchStrings": ["geoalchemy2 (.*); python_version == '3.9'"],
16+
"allowedVersions": ">= 0.17.1, < 0.18.0"
17+
}
18+
]
1219
}

0 commit comments

Comments
 (0)