Configure Renovate
This commit is contained in:
parent
0022392f03
commit
72859ca71a
1 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,13 @@
|
||||||
{
|
{
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:base"
|
"config:base"
|
||||||
]
|
],
|
||||||
|
"enabled": true,
|
||||||
|
"labels": ["maintenance"],
|
||||||
|
"baseBranches": ["develop"],
|
||||||
|
"pip_requirements": {
|
||||||
|
"fileMatch": [
|
||||||
|
"requirements-container.txt"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue