Skip to content

Commit

Permalink
import renovate job from workflows repo
Browse files Browse the repository at this point in the history
  • Loading branch information
CubicrootXYZ committed Oct 24, 2024
1 parent e344d73 commit 4174bf1
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,11 @@ on:
default: "false"
type: string
name: Renovate

jobs:
renovate:
name: Renovate
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Run Renovate
uses: docker://renovate/renovate:latest
env:
RENOVATE_REPOSITORIES: ${{ github.repository }}
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
RENOVATE_AUTOMERGE: "false"
RENOVATE_ONBOARDING: "false"
RENOVATE_GIT_AUTHOR: "cubicrootxyz/renovate <[email protected]>"
uses: CubicrootXYZ/Workflows/.github/workflows/pages.yaml/.github/workflows/[email protected]
with:
author: "cubicrootxyz/renovate <[email protected]>"
secrets:
token: "${{ secrets.RENOVATE_TOKEN }}"

0 comments on commit 4174bf1

Please sign in to comment.