Skip to content

Commit

Permalink
Disable update of Python version in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 3, 2023
1 parent bdf4c33 commit 0f54151
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,11 @@
matchBaseBranches: ['1.6', '1.8', '1.10'],
enabled: false,
},
/** Disable update of Python version in pyproject.toml */
{
matchFiles: ['pyproject.toml'],
matchPackageNames: ['python'],
enabled: false,
},
],
}

0 comments on commit 0f54151

Please sign in to comment.