Merge pull request #396 from netbox-community/renovate/configure

Configure Renovate
This commit is contained in:
Christian Mäder 2021-01-20 08:26:35 +01:00 committed by GitHub
commit 3758bc805a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
renovate.json Normal file
View File

@ -0,0 +1,13 @@
{
"extends": [
"config:base"
],
"enabled": true,
"labels": ["maintenance"],
"baseBranches": ["develop"],
"pip_requirements": {
"fileMatch": [
"requirements-container.txt"
]
}
}