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 c22432e commit 0b2b22d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/renovatebot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ jobs:
dependency_scan:
# Requires docker, so we run on a node that is tagged with docker.
# runs-on: [ docker ]
runs-on: [ ubuntu ]
# Coupled with pull_request_target, to only execute when PR is from a renovate branch
if: github.head_ref == '' || startsWith(github.head_ref, 'renovate/')
runs-on: [ docker ]

# Execute within the context of the renovate image
container:
Expand Down Expand Up @@ -65,4 +63,3 @@ jobs:
package-rules: |-
{ "matchPackagePatterns":[".*"], "matchUpdateTypes":["minor","patch"], "automerge":true }
uses: SED/SASE_sec-dependabot-test@main

0 comments on commit 0b2b22d

Please sign in to comment.