mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[renovate] Enable GitHub actions (#190173)
https://docs.renovatebot.com/modules/manager/github-actions/
This commit is contained in:
parent
4813ccfccb
commit
9a54dbcf8d
1 changed files with 10 additions and 2 deletions
|
@ -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"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue