Skip to content

Commit b2ded5d

Browse files
authored
fix(deps): ignores requires-python in renovate config (#11)
1 parent c6f4613 commit b2ded5d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

renovate.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,13 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"description": [
44
"Managed by khepri-deps/renovate — global config provides weekly Monday schedule, 14-day release cooldown, and vulnerability alert bypass."
5+
],
6+
"packageRules": [
7+
{
8+
"description": "Do not modify requires-python — this is a minimum version constraint, not a pinnable dependency",
9+
"matchDepNames": ["python"],
10+
"matchManagers": ["pep621"],
11+
"enabled": false
12+
}
513
]
614
}

0 commit comments

Comments
 (0)