Skip to content

Commit

Permalink
Configure Renovate (#1896)
Browse files Browse the repository at this point in the history
* Add renovate.json
* Target only next branch
* Constrain managers
* Allow major, use constraints for Python version.
* Don't auto PR known pinned dependencies.
* Bump it up.
* 馃

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Bryan Culver <31187+bryanculver@users.noreply.github.com>
  • Loading branch information
3 people committed Jun 17, 2022
1 parent ac33500 commit e27f03a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"baseBranches": ["next"],
"constraints": {
"python": "3.7"
},
"enabledManagers": ["pip_requirements", "poetry"],
"extends": [
"config:base"
],
"packageRules": [
{
"matchPackageNames": ["graphene-django-optimizer", "django-timezone-field", "django-taggit"],
"dependencyDashboardApproval": true
}
],
"rangeStrategy": "bump"
}

0 comments on commit e27f03a

Please sign in to comment.