Skip to content

Commit e62ff8c

Browse files
fix: restrict Python version upgrade by Renovate (#1975)
This PR updates Renovate config to prevent Python version update in TOML ([PR example](#1974)) ### Checklist <!-- Put an 'x' in all the boxes that apply --> - [ ] I have added tests to cover my changes or documented any manual tests. - [ ] I have updated the [documentation](https://github.com/open-edge-platform/datumaro/tree/develop/docs) accordingly Signed-off-by: Barabanov, Alexander <[email protected]>
1 parent 6497f58 commit e62ff8c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/renovate.json5

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,14 @@
9090
matchDepNames: ["python"],
9191
matchDepTypes: ["uses-with"],
9292
},
93+
94+
// Python version in TOML is updated manually
95+
{
96+
enabled: false,
97+
matchDatasources: ["python-version"],
98+
matchDepTypes: ["requires-python"],
99+
matchDepNames: ["python"],
100+
},
93101
],
94102

95103
// Enable security upgrades

0 commit comments

Comments
 (0)