Skip to content

Commit

Permalink
chore(renovate): ignore incompatible packages (#1376)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtsvetkov-splunk authored Oct 15, 2024
1 parent 21aa28f commit d9c396b
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,22 @@
"matchPackagePatterns": ["*"],
"groupName": "{{manager}}"
},
{
"description": "Ignore python packages that cannot be updated thanks to 3.7 support",
"matchManagers": [
"poetry"
],
"matchPackagePrefixes": [
"importlib-metadata",
"pytest",
"pytest-cov",
"pytest-rerunfailures"
],
"matchUpdateTypes": [
"major"
],
"enabled": false
},
{
"matchPackageNames": ["urllib3"],
"allowedVersions": "<2.0.0"
Expand All @@ -30,8 +46,8 @@
],
"matchPackageNames": [
"@npmcli/git",
"@testing-library/react",
"@testing-library/dom",
"@testing-library/react",
"@types/react",
"@typescript-eslint/eslint-plugin",
"@typescript-eslint/parser",
Expand All @@ -42,11 +58,12 @@
"eslint-config-airbnb",
"eslint-config-prettier",
"eslint-plugin-prettier",
"eslint-plugin-react-hooks",
"glob-parent",
"prettier",
"react",
"react-dom",
"react-is",
"prettier",
"string-width",
"strip-ansi",
"styled-components",
Expand Down

0 comments on commit d9c396b

Please sign in to comment.