Skip to content

Commit

Permalink
[renovate] Add operations related github actions (elastic#190538)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz authored Aug 14, 2024
1 parent 69c50c8 commit 4b0fb8f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,16 @@
"enabled": true
},
{
"groupName": "GitHub actions",
"groupName": "operations actions",
"matchManagers": ["github-actions"],
"matchPackageNames": ["actions/checkout"],
"matchPackageNames": [
"actions/checkout",
"elastic/github-actions/project-assigner",
"hmarr/auto-approve-action",
"octokit/graphql-action",
"sergeysova/jq-action",
"sourenlouv/backport"
],
"reviewers": ["team:kibana-operations"],
"matchBaseBranches": ["main"],
"labels": ["Team:Operations", "backport:all-open", "release_note:skip"],
Expand Down

0 comments on commit 4b0fb8f

Please sign in to comment.