Skip to content

Commit

Permalink
split off renovate job
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinerSchinkoethe committed Jan 27, 2025
1 parent 79d3476 commit 4fadd0f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/renovate-manuall.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: renovate-manually-call

on:
workflow_dispatch:

jobs:
manually-renovate-call:
uses: simatic-ax/renovate-config/.github/workflows/reusable-renovate-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
name: renovate
on:
workflow_dispatch: # by change adapt readme
name: reusable-renovate-workflow

jobs:
renovate:
Expand Down Expand Up @@ -44,4 +42,4 @@ jobs:
configurationFile: Global-Config/renovate-global-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
env:
LOG_LEVEL: debug
LOG_LEVEL: debug

0 comments on commit 4fadd0f

Please sign in to comment.