[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:
Jon 2024-08-13 09:48:13 -05:00 committed by GitHub
parent 919844da4f
commit 0719f5c110
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"],