Compare commits

..

2 commits

Author SHA1 Message Date
288c5f2f53
Enable manually running Renovate workflow 2025-01-03 14:35:13 +01:00
ded48e8b14
Define the repository for Renovate
Autodiscovery leads to Renovate running on other repos, too
2025-01-03 14:29:19 +01:00

View file

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