Skip to content

Commit fbf5774

Browse files
authored
Disable requirements.in from renovate updates [RHELDST-36551] (#153)
Disable requirements.in from renovate updates, since no requirements in the requirements.in are locked to a specific version. This will prevent "requirements.in-" PRs/branches from being created, which lead to incompatable dependencies between Python 3.9 and 3.13.
1 parent a270ab3 commit fbf5774

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
{
2121
"matchDepTypes": ["uses-with"],
2222
"enabled": false
23+
},
24+
{
25+
"matchFileNames": ["requirements.in"],
26+
"enabled": false
2327
}
2428
],
2529
"schedule": ["every weekend"]

0 commit comments

Comments
 (0)