mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[Renovate] [msw] Update cloud security team label (#192110)
## Summary This PR fixes the team label used by the Renovate PRs for the MSW package. It also sets the `minimumReleaseAge` to 7 days for better maintainability.
This commit is contained in:
parent
bc13d8f956
commit
2a4ac8b2e1
1 changed files with 2 additions and 1 deletions
|
@ -467,7 +467,8 @@
|
||||||
"matchPackageNames": ["msw"],
|
"matchPackageNames": ["msw"],
|
||||||
"reviewers": ["team:kibana-cloud-security-posture"],
|
"reviewers": ["team:kibana-cloud-security-posture"],
|
||||||
"matchBaseBranches": ["main"],
|
"matchBaseBranches": ["main"],
|
||||||
"labels": ["Team: Cloud Security", "release_note:skip", "backport:skip"],
|
"labels": ["Team:Cloud Security", "release_note:skip", "backport:skip"],
|
||||||
|
"minimumReleaseAge": "7 days",
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue