From be0c48dd3e5c290bc8c5008cc878532ad843eed3 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 11 Jul 2026 10:44:24 +0000 Subject: [PATCH] SRE-800: auto-bump hashintel/.github workflow pins without dashboard approval --- renovate-config.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/renovate-config.json b/renovate-config.json index 298d893..0e16b08 100644 --- a/renovate-config.json +++ b/renovate-config.json @@ -43,6 +43,15 @@ "assignees": ["TimDiekmann", "indietyp"], "schedule": ["before 2am on saturday"] }, + { + "description": "Automatically bump the org's own reusable-workflow pins without dashboard approval", + "matchManagers": ["github-actions"], + "matchPackageNames": ["hashintel/.github"], + "matchUpdateTypes": ["digest"], + "dependencyDashboardApproval": false, + "minimumReleaseAge": "0 days", + "schedule": ["at any time"] + }, { "matchManagers": ["docker-compose", "dockerfile"], "commitMessageTopic": "Docker tag `{{depName}}`",