Skip to content

Commit

Permalink
chore: Configure Renovate (#7090)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: atarashansky <atarashansky@chanzuckerberg.com>
  • Loading branch information
renovate[bot] and atarashansky authored May 23, 2024
1 parent 0b2aca1 commit 8a6bd10
Showing 1 changed file with 75 additions and 0 deletions.
75 changes: 75 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"timezone": "UTC",
"prCreation": "immediate",
"automergeType": "pr",
"extends": ["config:base"],
"separateMajorMinor": false,
"separateMinorPatch": false,
"vulnerabilityAlerts": {
"groupName": "Security Vulnerabilities",
"enabled": true
},
"labels": ["renovate"],
"packageRules": [
{
"groupName": "Ignore Packages",
"matchFileNames": [".happy/**", "scripts/**"],
"enabled": false
},
{
"groupName": "Github Actions",
"matchManagers": ["github-actions", "docker-compose"],
"matchFileNames": [".github/**", "docker-compose.yml"],
"enabled": true,
"assignees": ["seve"]
},
{
"groupName": "Backend",
"matchManagers": ["pip_requirements", "dockerfile", "html"],
"matchFileNames": [
"python_dependencies/backend/**",
"Dockerfile.backend",
"backend/api_server/index.html",
"python_dependencies/common/**"
],
"enabled": true,
"assignees": ["Bento007", "nayib-jose-gloria", "atarashansky"]
},
{
"groupName": "WMG and CellGuide Pipeline",
"matchManagers": ["pip_requirements", "dockerfile"],
"matchFileNames": [
"python_dependencies/wmg/**",
"Dockerfile.wmg_pipeline",
"python_dependencies/cellguide_pipeline/**",
"Dockerfile.cellguide_pipeline"
],
"enabled": true,
"assignees": ["atarashansky"]
},
{
"groupName": "Submissions",
"matchManagers": ["pip_requirements", "dockerfile"],
"matchFileNames": [
"python_dependencies/submissions/**",
"python_dependencies/upload_handler/**",
"Dockerfile.dataset_submissions",
"Dockerfile.upload_failures",
"Dockerfile.upload_success",
"python_dependencies/processing/**",
"Dockerfile.processing",
"Dockerfile.processing_base"
],
"enabled": true,
"assignees": ["nayib-jose-gloria", "ebezzi", "Bento007"]
},
{
"groupName": "Frontend",
"matchManagers": ["npm", "nvm", "dockerfile"],
"matchFileNames": ["frontend/**"],
"enabled": true,
"assignees": ["tihuan", "seve"]
}
]
}

0 comments on commit 8a6bd10

Please sign in to comment.