[renovate] Enable GitHub actions (#190173)

https://docs.renovatebot.com/modules/manager/github-actions/
This commit is contained in:
Jon 2024-08-08 16:13:59 -05:00 committed by GitHub
parent 4813ccfccb
commit 9a54dbcf8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,8 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"extends": ["config:recommended", "helpers:pinGitHubActionDigests"],
"ignorePaths": ["**/__fixtures__/**", "**/fixtures/**"],
"enabledManagers": ["npm"],
"enabledManagers": ["npm", "github-actions"],
"baseBranches": ["main", "7.17"],
"prConcurrentLimit": 0,
"prHourlyLimit": 0,
@ -20,6 +20,14 @@
"matchDepPatterns": [".*"],
"enabled": false
},
{
"groupName": "GitHub actions",
"matchManagers": ["github-actions"],
"reviewers": "[team:kibana-operations]",
"matchBaseBranches": ["main"],
"labels": ["Team:Operations", "backport:all-open", "release_note:skip"],
"enabled": true
},
{
"groupName": "@elastic/charts",
"matchDepNames": ["@elastic/charts"],