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}}`",