Skip to content

Commit 84cfe3e

Browse files
authored
Clean up Renovate config by removing disabled rules
Removed disabled numpy and isort update configurations for Python versions.
1 parent 2631596 commit 84cfe3e

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/renovate.json5

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -48,38 +48,18 @@
4848
"matchCurrentVersion": "<=2.2.6",
4949
"enabled": false
5050
},
51-
{
52-
"description": "Disable numpy updates for python <=3.9 in requirements.txt",
53-
"matchPackageNames": ["numpy"],
54-
"matchCurrentVersion": "<=2.0.2",
55-
"enabled": false
56-
},
5751
{
5852
"description": "Disable numpy updates for python 3.10 in pyproject.toml",
5953
"matchFileNames": ["pyproject.toml"],
6054
"matchPackageNames": ["numpy"],
6155
"matchCurrentValue": ">=1.24.4, <=2.2.6",
6256
"enabled": false
6357
},
64-
{
65-
"description": "Disable numpy updates for python <=3.9 in pyproject.toml",
66-
"matchFileNames": ["pyproject.toml"],
67-
"matchPackageNames": ["numpy"],
68-
"matchCurrentValue": ">=1.24.4, <=2.0.2",
69-
"enabled": false
70-
},
7158
{
7259
"description": "Use feat commit type for LangChain Postgres dependency updates",
7360
"matchPackageNames": ["langchain-postgres"],
7461
"semanticCommitType": "feat",
7562
"groupName": "langchain-postgres"
7663
},
77-
{
78-
"description": "Disable isort updates for python <=3.9 in pyproject.toml",
79-
"matchFileNames": ["pyproject.toml"],
80-
"matchPackageNames": ["isort"],
81-
"matchCurrentValue": "==6.1.0",
82-
"enabled": false
83-
}
8464
],
8565
}

0 commit comments

Comments
 (0)