Skip to content

Commit 697c90e

Browse files
committed
fix(renovate): use renovate without docker
Signed-off-by: Markus Siebert <markus.siebert@deutschebahn.com>
1 parent 9ee43b9 commit 697c90e

3 files changed

Lines changed: 19171 additions & 14973 deletions

File tree

.github/workflows/renovate.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,11 @@ jobs:
3737
with:
3838
experimental: true
3939

40-
- name: Self-hosted Renovate
41-
uses: renovatebot/github-action@v40.3.2
42-
with:
43-
configurationFile: renovate.json
44-
token: ${{ secrets.PROJEN_GITHUB_TOKEN }}
40+
- name: Run Renovate (native CLI)
4541
env:
42+
RENOVATE_TOKEN: ${{ secrets.PROJEN_GITHUB_TOKEN }}
4643
LOG_LEVEL: ${{ inputs.logLevel || 'info' }}
47-
RENOVATE_REPOSITORIES: ${{ github.repository }}
4844
RENOVATE_ALLOWED_POST_UPGRADE_COMMANDS: '["mise run jsii-docgen"]'
45+
run: |
46+
echo "Running Renovate with log-level=$LOG_LEVEL on ${{ github.repository }}"
47+
npx renovate ${{ github.repository }} --log-level=$LOG_LEVEL

0 commit comments

Comments
 (0)