Skip to content

Commit 9e71008

Browse files
ms-gh-adminRenovate BotKircheneer
authored
Configure Renovate (#121)
* Add renovate.json * Add renovate.json. * Fix renovate configuration. * Update renovate.json * Update renovate.json * Update renovate.json * Update renovate.json * Update renovate.json * Update renovate.json * Update renovate.json Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Leo Kirchner <[email protected]>
1 parent 5cb7c95 commit 9e71008

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

renovate.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"baseBranches": ["develop"],
4+
"constraints": {
5+
"python": "3.7"
6+
},
7+
"enabledManagers": ["pip_requirements", "poetry"],
8+
"extends": [
9+
"config:base"
10+
],
11+
"labels": [
12+
"dependencies"
13+
],
14+
"rangeStrategy": "in-range-only"
15+
}

0 commit comments

Comments
 (0)