Skip to content

Commit 7435303

Browse files
authored
Merge pull request #607 from sbrunner/renovate-match-file-names-GSGMF-2207
Rename deprecated Renovate matchFiles option to matchFileNames
2 parents b1ebd0d + 1c159fd commit 7435303

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/renovate.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
packageRules: [
1818
/** Disable for the test example */
1919
{
20-
matchFiles: ['example/pyproject.toml'],
20+
matchFileNames: ['example/pyproject.toml'],
2121
enabled: false,
2222
},
2323
/** Disable update of Python version in pyproject.toml */
2424
{
25-
matchFiles: ['pyproject.toml'],
25+
matchFileNames: ['pyproject.toml'],
2626
enabled: false,
2727
matchDepNames: ['python'],
2828
},

0 commit comments

Comments
 (0)