diff options
author | 2025-03-18 14:30:51 +0000 | |
---|---|---|
committer | 2025-03-18 14:30:51 +0000 | |
commit | 870a34d7355c6891d22fdaeaa997377e8690479f (patch) | |
tree | 8ee00089597bb58019c8d0e3d442a3fd22296656 /.github/renovate.json5 | |
parent | 6fd90d9a3cef36948ad6f88375053b7df98e1f55 (diff) | |
download | astro-870a34d7355c6891d22fdaeaa997377e8690479f.tar.gz astro-870a34d7355c6891d22fdaeaa997377e8690479f.tar.zst astro-870a34d7355c6891d22fdaeaa997377e8690479f.zip |
ci: pin actions via digest (#13453)
Co-authored-by: ascorbic <213306+ascorbic@users.noreply.github.com>
Diffstat (limited to '.github/renovate.json5')
-rw-r--r-- | .github/renovate.json5 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 3bbcec527..0dd3b14d2 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -6,6 +6,7 @@ "group:allNonMajor", ":disablePeerDependencies", "regexManagers:biomeVersions", + "helpers:pinGitHubActionDigestsToSemver" ], "labels": ["dependencies"], "rangeStrategy": "bump", @@ -16,6 +17,12 @@ { "matchPackageNames": ["tailwindcss"], "ignorePaths": ["packages/integrations/tailwind"] + }, + { + "groupName": "github-actions", + "matchManagers": [ + "github-actions" + ] } ], "ignoreDeps": [ |