Skip to content

Commit

Permalink
Disable upgrading the supported Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 3, 2023
1 parent d8001d1 commit f1c7734
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 @@ -120,5 +120,11 @@
matchPackageNames: ['node'],
enabled: false,
},
/** Disable upgrading the supported Python version */
{
matchFileNames: ['pyproject.toml'],
matchPackageNames: ['python'],
enabled: false,
},
],
}

0 comments on commit f1c7734

Please sign in to comment.