|
48 | 48 | "matchCurrentVersion": "<=2.2.6", |
49 | 49 | "enabled": false |
50 | 50 | }, |
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 | | - }, |
57 | 51 | { |
58 | 52 | "description": "Disable numpy updates for python 3.10 in pyproject.toml", |
59 | 53 | "matchFileNames": ["pyproject.toml"], |
60 | 54 | "matchPackageNames": ["numpy"], |
61 | 55 | "matchCurrentValue": ">=1.24.4, <=2.2.6", |
62 | 56 | "enabled": false |
63 | 57 | }, |
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 | | - }, |
71 | 58 | { |
72 | 59 | "description": "Use feat commit type for LangChain Postgres dependency updates", |
73 | 60 | "matchPackageNames": ["langchain-postgres"], |
74 | 61 | "semanticCommitType": "feat", |
75 | 62 | "groupName": "langchain-postgres" |
76 | 63 | }, |
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 | | - } |
84 | 64 | ], |
85 | 65 | } |
0 commit comments