Skip to content

Commit

Permalink
Merge pull request #3 from milkboy/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
milkboy authored Feb 17, 2022
2 parents 6c9c0f6 + aefb16c commit af90224
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"extends": [
"config:base",
":preserveSemverRanges"
],
"labels": ["dependencies"],
"draftPR": true,
"internalChecksFilter": "strict",
"pip_requirements": {
"fileMatch": ["requirements-test.(txt|pip)"]
},
"pre-commit": {
"enabled": true
}
}
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ install_requires =
package_dir =
= .
packages = find:
python_requires = >= 3.6
python_requires = >= 3.7

[options.packages.find]
where = .
Expand Down

0 comments on commit af90224

Please sign in to comment.