Skip to content

Commit

Permalink
Also on sub folder
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 3, 2023
1 parent c5f1973 commit 11c1e05
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
},
/** Disable upgrading the supported Python version */
{
matchFileNames: ['pyproject.toml'],
matchFileNames: ['pyproject.toml', '**/pyproject.toml'],
matchPackageNames: ['python'],
enabled: false,
},
Expand All @@ -120,11 +120,5 @@
matchPackageNames: ['node'],
enabled: false,
},
/** Disable upgrading the supported Python version */
{
matchFileNames: ['pyproject.toml', '/\\/pyproject.toml$/'],
matchPackageNames: ['python'],
enabled: false,
},
],
}

0 comments on commit 11c1e05

Please sign in to comment.