mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[renovate] Test github action package match (#190427)
Another attempt at fixing github action pinning. This scopes us to the actions/checkout package only for now, and we can expand it later. Previously: https://github.com/elastic/kibana/pull/190377, which was successful for the auto-approve-backport acttion.
This commit is contained in:
parent
919844da4f
commit
0719f5c110
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:recommended", "helpers:pinGitHubActionDigests"],
|
||||
"extends": ["config:recommended", "helpers:pinGitHubActionDigests", "helpers:pinGitHubActionDigestsToSemver"],
|
||||
"ignorePaths": ["**/__fixtures__/**", "**/fixtures/**"],
|
||||
"enabledManagers": ["npm", "github-actions", "custom.regex"],
|
||||
"baseBranches": ["main", "7.17"],
|
||||
|
@ -29,6 +29,7 @@
|
|||
{
|
||||
"groupName": "GitHub actions",
|
||||
"matchManagers": ["github-actions"],
|
||||
"matchPackageNames": ["actions/checkout"],
|
||||
"reviewers": ["team:kibana-operations"],
|
||||
"matchBaseBranches": ["main"],
|
||||
"labels": ["Team:Operations", "backport:all-open", "release_note:skip"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue