Skip to content

Commit

Permalink
chore(renovate): ignore python update (#1487)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtsvetkov-splunk authored Nov 27, 2024
1 parent f6943c2 commit cce75b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
],
"enabled": false
},
{
"description": "Ignore Python version updates",
"matchManagers": ["poetry"],
"matchPackageNames": ["python"],
"enabled": false
},
{
"matchPackageNames": ["urllib3"],
"allowedVersions": "<2.0.0"
Expand Down

0 comments on commit cce75b0

Please sign in to comment.