We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c0862e commit e648c70Copy full SHA for e648c70
renovate.json
@@ -7278,7 +7278,7 @@
7278
{
7279
"customType": "regex",
7280
"fileMatch": [
7281
- "^tools/python/manifest.yaml$"
+ "^tools/python-3.12/manifest.yaml$"
7282
],
7283
"matchStrings": [
7284
"version: \"?(?<currentValue>.*?)\"?\\n"
tools/python-3.12/manifest.yaml
@@ -1,5 +1,5 @@
1
# yaml-language-server: $schema=https://tools.uniget.dev/schema.yaml
2
-name: python
+name: python-3.12
3
version: "3.12.7.20241002"
4
check: ${binary} --version | cut -d' ' -f2
5
platforms:
0 commit comments