Skip to content

Commit

Permalink
[renovate] Test github action package match (#190427)
Browse files Browse the repository at this point in the history
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: #190377, which was
successful for the auto-approve-backport acttion.
  • Loading branch information
jbudz authored Aug 13, 2024
1 parent 919844d commit 0719f5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down Expand Up @@ -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"],
Expand Down

0 comments on commit 0719f5c

Please sign in to comment.