From aa635b59ffd4eca9e0c609db44ab2ea1cf9b1be5 Mon Sep 17 00:00:00 2001 From: oliver Date: Wed, 8 Jan 2025 09:33:21 +0000 Subject: [PATCH] Update .forgejo/workflows/renovate.yml --- .forgejo/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/renovate.yml b/.forgejo/workflows/renovate.yml index daf96ee..59fa2da 100644 --- a/.forgejo/workflows/renovate.yml +++ b/.forgejo/workflows/renovate.yml @@ -17,7 +17,7 @@ on: env: RENOVATE_DRY_RUN: ${{ (github.event_name != 'schedule' && github.ref_name != github.event.repository.default_branch) && 'full' || '' }} - RENOVATE_REPOSITORIES: ${{ github.repository }} + RENOVATE_AUTODISCOVER: 'true' jobs: renovate: