Skip to content

Commit

Permalink
setting project to global renovate image
Browse files Browse the repository at this point in the history
  • Loading branch information
mirek163 committed Jul 18, 2024
1 parent 0b2b22d commit 435ea9f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/renovatebot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
# Requires docker, so we run on a node that is tagged with docker.
# runs-on: [ docker ]
runs-on: [ docker ]
# Coupled with pull_request_target, to only execute when PR is from a renovate branch
if: github.head_ref == '' || startsWith(github.head_ref, 'renovate/')

# Execute within the context of the renovate image
container:
Expand Down Expand Up @@ -63,3 +65,6 @@ jobs:
package-rules: |-
{ "matchPackagePatterns":[".*"], "matchUpdateTypes":["minor","patch"], "automerge":true }
run: |
renovate --dry-run --log-file renovate.log --log-file-level debug --autodiscover-filter \'test/*\'

0 comments on commit 435ea9f

Please sign in to comment.