Merge pull request #1 from thegeeklab/renovate/configure

Configure Renovate
This commit is contained in:
Robert Kaussow 2020-11-12 20:53:04 +01:00 committed by GitHub
commit a5421449fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

@ -1,9 +1,9 @@
pydocstyle<4.0.0
pydocstyle
flake8
flake8-colors
flake8-blind-except
flake8-builtins
flake8-docstrings<=3.0.0
flake8-docstrings
flake8-isort
flake8-logging-format
flake8-polyfill

6
renovate.json Normal file
View File

@ -0,0 +1,6 @@
{
"extends": ["config:base"],
"droneci": {
"enabled": false
}
}