Skip to content

Commit

Permalink
Fix squad in Renovate reviewers
Browse files Browse the repository at this point in the history
  • Loading branch information
gdraynz committed May 22, 2024
1 parent c045d8c commit ab6ea16
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"prHourlyLimit": 20,
"prConcurrentLimit": 20,
"recreateWhen": "always",
"enabledManagers": ["github-actions", "pre-commit", "composer"],
"extends": [
"github>alma/renovate:github-actions",
"github>alma/renovate:confidence-badges",
"github>alma/renovate:pre-commit"
],
"dependencyDashboard": true,
"reviewers": ["team:squad-pre-purchase"],
"baseBranches": ["develop"],
"packageRules": [
{
"matchManagers": ["composer"],
"groupName": "composer updates"
}
]
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"prHourlyLimit": 20,
"prConcurrentLimit": 20,
"recreateWhen": "always",
"enabledManagers": ["github-actions", "pre-commit", "composer"],
"extends": [
"github>alma/renovate:github-actions",
"github>alma/renovate:confidence-badges",
"github>alma/renovate:pre-commit"
],
"dependencyDashboard": true,
"reviewers": ["team:squad-e-commerce-integrations"],
"baseBranches": ["develop"],
"packageRules": [
{
"matchManagers": ["composer"],
"groupName": "composer updates"
}
]
}

0 comments on commit ab6ea16

Please sign in to comment.