Skip to content

Commit

Permalink
[renovate] Enable GitHub actions (elastic#190173)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz authored Aug 8, 2024
1 parent 4813ccf commit 9a54dbc
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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"],
Expand Down

0 comments on commit 9a54dbc

Please sign in to comment.