[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:
Paulo Henrique 2024-09-06 16:31:05 -07:00 committed by GitHub
parent bc13d8f956
commit 2a4ac8b2e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -467,7 +467,8 @@
"matchPackageNames": ["msw"],
"reviewers": ["team:kibana-cloud-security-posture"],
"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
},
{