Skip to content

Commit

Permalink
add cloud provider assignees and reviewers (#5831)
Browse files Browse the repository at this point in the history
  • Loading branch information
mainred authored Feb 13, 2025
1 parent 1168eaf commit 81c7a59
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,14 @@
],
"groupName": "acr-credential-provider",
"assignees": [
"mainred"
"mainred",
"MartinForReal",
"nilo19"
],
"reviewers": [
"mainred"
"mainred",
"MartinForReal",
"nilo19"
]
},
{
Expand Down Expand Up @@ -246,7 +250,17 @@
"matchPackageNames": [
"oss/kubernetes/azure-cloud-node-manager"
],
"groupName": "azure-cloud-node-manager"
"groupName": "azure-cloud-node-manager",
"assignees": [
"mainred",
"MartinForReal",
"nilo19"
],
"reviewers": [
"mainred",
"MartinForReal",
"nilo19"
]
},
{
"matchPackageNames": [
Expand Down Expand Up @@ -418,4 +432,4 @@
]
}
}
}
}

0 comments on commit 81c7a59

Please sign in to comment.