2 parents b1ebd0d + 1c159fd commit 7435303Copy full SHA for 7435303
1 file changed
.github/renovate.json5
@@ -17,12 +17,12 @@
17
packageRules: [
18
/** Disable for the test example */
19
{
20
- matchFiles: ['example/pyproject.toml'],
+ matchFileNames: ['example/pyproject.toml'],
21
enabled: false,
22
},
23
/** Disable update of Python version in pyproject.toml */
24
25
- matchFiles: ['pyproject.toml'],
+ matchFileNames: ['pyproject.toml'],
26
27
matchDepNames: ['python'],
28
0 commit comments