Skip to content

Commit

Permalink
Merge pull request #4116 from nextcloud/chore/renovate/distribute-rev…
Browse files Browse the repository at this point in the history
…iews

chore(renovate): distribute reviews to all maintainers
  • Loading branch information
st3iny authored Sep 3, 2024
2 parents a446dbe + 47535ca commit cf8733a
Showing 1 changed file with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"description": "Request JavaScript reviews",
"matchManagers": ["npm"],
"reviewers": [
"hamza221"
"hamza221",
"GVodyanov"
]
},
{
Expand Down Expand Up @@ -71,15 +72,18 @@
"description": "Request PHP reviews",
"matchManagers": ["composer"],
"reviewers": [
"hamza221"
"hamza221",
"SebastianKrupinski"
]
},
{
"description": "Bump Github actions monthly and request reviews",
"matchManagers": ["github-actions"],
"extends": ["schedule:monthly"],
"reviewers": [
"hamza221"
"hamza221",
"GVodyanov",
"SebastianKrupinski"
]
},
{
Expand All @@ -96,14 +100,28 @@
},
{
"description": "Only automerge packages that follow semver",
"matchPackageNames": ["@nextcloud/vue", "friendsofphp/php-cs-fixer"],
"matchPackageNames": ["@nextcloud/vue"],
"automerge": false,
"labels": [
"dependencies",
"3. to review"
],
"reviewers": [
"hamza221"
"hamza221",
"GVodyanov"
]
},
{
"description": "Only automerge packages that follow semver",
"matchPackageNames": ["friendsofphp/php-cs-fixer"],
"automerge": false,
"labels": [
"dependencies",
"3. to review"
],
"reviewers": [
"hamza221",
"SebastianKrupinski"
]
},
{
Expand Down

0 comments on commit cf8733a

Please sign in to comment.