Skip to content

Commit d506d81

Browse files
committed
Fix renovate to work with uv
1 parent 47a9124 commit d506d81

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

renovate.json

+11-12
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
":dependencyDashboard",
5+
":maintainLockFilesWeekly",
6+
":prHourlyLimitNone"
7+
],
8+
"prConcurrentLimit": 0,
9+
"lockFileMaintenance": {
10+
"enabled": true
11+
},
312
"packageRules": [
413
{
5-
"matchPackagePatterns": [
6-
"python-simple-logger",
7-
"requests",
8-
"rich",
9-
"ipdb",
10-
"python-rrmngmnt",
11-
"pytest",
12-
"pytest-cov",
13-
"pytest-mock ",
14-
"ipython"
15-
],
16-
"groupName": "poetry-deps"
14+
"matchPackagePatterns": ["*"],
15+
"groupName": "python-deps"
1716
}
1817
]
1918
}

0 commit comments

Comments
 (0)