Skip to content

Commit c7662b0

Browse files
authored
Apply Renovate action rules to all composite actions (#24834)
1 parent 6485252 commit c7662b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
],
4141
"packageRules": [
4242
{
43-
"description": "Only consider full vX.Y.Z tags upstream so we never pin to a moving major-only tag (e.g. v3, v9). pinact's --check rewrites the trailing comment to the canonical full-semver tag of the SHA, so a v3 comment from Renovate would always fail validation.",
43+
"description": "Only consider full vX.Y.Z tags upstream so we never pin to a moving major-only tag (e.g. v3, v9). pinact's --check rewrites the trailing comment to the canonical full-semver tag of the SHA, so a v3 comment from Renovate would always fail validation. matchFileNames must stay broad enough to cover every composite action: the manager discovers all action.yml files regardless of this rule, so any path it omits yields ungrouped, unlabelled PRs.",
4444
"matchManagers": [
4545
"github-actions"
4646
],
@@ -49,7 +49,7 @@
4949
],
5050
"matchFileNames": [
5151
".github/workflows/**",
52-
".github/actions/tag-job/**"
52+
".github/actions/**"
5353
],
5454
"matchPackageNames": [
5555
"!dtolnay/rust-toolchain"

0 commit comments

Comments
 (0)