Skip to content

Commit ed6e45a

Browse files
committed
Fix renovate to work with uv
1 parent af243c3 commit ed6e45a

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

renovate.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
1-
{"$schema": "https://docs.renovatebot.com/renovate-schema.json", "packageRules": [{"matchPackagePatterns": ["colorlog", "pyyaml", "openshift-python-wrapper-data-collector", "python-simple-logger", "timeout-sampler", "openshift-python-wrapper", "pytest", "beautifulsoup4", "requests", "semver", "ipdb", "ipython"], "groupName": "poetry-deps"}]}
1+
{
2+
"$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+
},
12+
"packageRules": [
13+
{
14+
"matchPackagePatterns": ["*"],
15+
"groupName": "python-deps"
16+
}
17+
]
18+
}

0 commit comments

Comments
 (0)