Skip to content

Commit

Permalink
chore(renovate): ignore mkdocs update (#1488)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtsvetkov-splunk authored Nov 27, 2024
1 parent db17b5c commit 10bb448
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"matchManagers": [
"poetry"
],
"matchPackagePrefixes": [
"matchPackageNames": [
"importlib-metadata",
"pytest",
"pytest-cov",
Expand All @@ -41,6 +41,17 @@
"matchPackageNames": ["python"],
"enabled": false
},
{
"description": "Ignore mkdocs and its plugins that drop Python 3.7 support",
"matchPackageNames": [
"/^mkdocs"
],
"matchUpdateTypes": [
"major",
"minor"
],
"enabled": false
},
{
"matchPackageNames": ["urllib3"],
"allowedVersions": "<2.0.0"
Expand Down

0 comments on commit 10bb448

Please sign in to comment.