mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[renovate] Add CodeQL github action (#190537)
This commit is contained in:
parent
47c41c16c9
commit
69c50c8774
1 changed files with 12 additions and 0 deletions
|
@ -207,6 +207,18 @@
|
|||
"minimumReleaseAge": "7 days",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"groupName": "CodeQL",
|
||||
"matchDepNames": [
|
||||
"github/codeql-action/analyze",
|
||||
"github/codeql-action/init"
|
||||
],
|
||||
"reviewers": ["team:kibana-security"],
|
||||
"matchBaseBranches": ["main"],
|
||||
"labels": ["Team:Security", "release_note:skip", "backport:all-open"],
|
||||
"minimumReleaseAge": "7 days",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"groupName": "ftr",
|
||||
"matchDepNames": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue