Skip to content

Commit

Permalink
[Issue #2515] use CodeOwners to assign reviewers and don't try to upg…
Browse files Browse the repository at this point in the history
…rade Python (#3375)

## Summary
Fixes #2515

### Time to review: __2 mins__

## Changes proposed
Update Renovate's config to use CodeOwners to assign reviewers and
ignore Python releases since we need to evaluate those releases more
deeply before allowing.

[Renovate Config
Docs](https://docs.renovatebot.com/configuration-options/#matchpackagenames)
  • Loading branch information
mdragon authored Jan 3, 2025
1 parent 57aae5c commit 5880f47
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,7 @@
"dependencies"
],
"branchPrefix": "renovate/",
"reviewers": [
"sammysteiner",
"acouch",
"jamesbursa",
"coilysiren",
"aplybeah"
],
"reviewersFromCodeOwners": true,
"rangeStrategy": "update-lockfile",
"timezone": "America/New_York",
"vulnerabilityAlerts": {
Expand Down Expand Up @@ -136,6 +130,15 @@
"analytics/poetry.lock"
],
"matchPackagePatterns": ["kaleido"]
},
{
"description": "Don't upgrade Python itself as annual releases reflect as minor version bumps",
"enabled": false,
"matchFileNames": [
"analytics/pyproject.toml",
"api/pyproject.toml"
],
"matchPackagePatterns": ["python"]
}
]
}

0 comments on commit 5880f47

Please sign in to comment.