Skip to content

chore(deps): update dependency renovate to v10.2.8 (develop-2.0.0) - abandoned #9

chore(deps): update dependency renovate to v10.2.8 (develop-2.0.0) - abandoned

chore(deps): update dependency renovate to v10.2.8 (develop-2.0.0) - abandoned #9

# This workflow is for validating the Renovate configuration and docker image
# updates for it.
name: Renovate Validation
on:
workflow_dispatch:
inputs:
log-level:
type: choice
description: Select log level for Renovate
options:
- trace
- debug
- info
- warn
- error
default: info
required: false
pull_request:
paths:
# we trigger validation on any changes to the renovate workflow files
- .github/workflows/renovate*.yml
# as well as for any possible location for the renovate config file
- .github/renovate.json?
jobs:
renovate-validation:
# The reusable workflow will be updated by renovate if there's a new version
uses: Unity-Technologies/renovate-workflows/.github/workflows/[email protected]

Check failure on line 29 in .github/workflows/renovate-validation.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/renovate-validation.yml

Invalid workflow file

error parsing called workflow ".github/workflows/renovate-validation.yml" -> "Unity-Technologies/renovate-workflows/.github/workflows/[email protected]" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
# This is the image that contains our custom renovate and will be auto
# updated by Renovate itself.
image: europe-docker.pkg.dev/unity-cds-services-prd/ds-docker/renovate:10.2.8@sha256:32dc5191f585eb83b36abecee781c5d0023ea6033b3216a1829bd68a1dbd194a
dry-run: full
log-level: ${{ github.event.inputs.log-level }}
secrets:
renovate-auth-secret: ${{ secrets.RENOVATE_AUTH_SECRET }}
github-com-token: ${{ secrets.GH_COM_TOKEN }}