fix(actions): pin actions

This commit is contained in:
2026-06-05 13:45:25 +02:00
parent 92152fec50
commit 86f1c135dc
+3 -2
View File
@@ -1,5 +1,8 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"helpers:pinGitHubActionDigests"
],
"packageRules": [ "packageRules": [
{ {
"addLabels": [ "addLabels": [
@@ -161,8 +164,6 @@
"allowedVersions": "<27.0.0", "allowedVersions": "<27.0.0",
"automerge": true, "automerge": true,
"enabled": true, "enabled": true,
"groupName": "actions",
"groupSlug": "actions",
"matchDatasources": [ "matchDatasources": [
"github-actions" "github-actions"
], ],