Compare commits

..

2 commits

Author SHA1 Message Date
6fdc2bed64
Enable manually running Renovate workflow 2025-01-03 14:40:50 +01:00
973a9acee2
Define the repository for Renovate
Autodiscovery leads to Renovate running on other repos, too
2025-01-03 14:40:50 +01:00

View file

@ -28,8 +28,7 @@ jobs:
RENOVATE_LOG_FILE: renovate-log.ndjson RENOVATE_LOG_FILE: renovate-log.ndjson
RENOVATE_LOG_FILE_LEVEL: debug RENOVATE_LOG_FILE_LEVEL: debug
RENOVATE_PLATFORM: gitea RENOVATE_PLATFORM: gitea
RENOVATE_REPOSITORIES: RENOVATE_REPOSITORIES: ['antville/helma']
- ${{ github.repository }}
RENOVATE_REPOSITORY_CACHE: 'enabled' RENOVATE_REPOSITORY_CACHE: 'enabled'
# github.token is not working here, it lacks some permissions required by Renovate # github.token is not working here, it lacks some permissions required by Renovate
RENOVATE_TOKEN: ${{ secrets.renovate_token }} RENOVATE_TOKEN: ${{ secrets.renovate_token }}