Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit b55069b

Browse files
committed
updated renovate settings to detect pip requirements
1 parent 000dd93 commit b55069b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

renovate.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2-
"extends": [
3-
"config:base"
4-
]
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:base"],
4+
"ignorePresets": [":prHourlyLimit2"],
5+
"prHourlyLimit": 10,
6+
"pip_requirements": {
7+
"fileMatch": ["requirements/.+.txt$"]
8+
}
59
}

0 commit comments

Comments
 (0)