Skip to content

fix(renovate): disable updates for build.build/gen go modules #47

fix(renovate): disable updates for build.build/gen go modules

fix(renovate): disable updates for build.build/gen go modules #47

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
LOG_LEVEL: debug
jobs:
validate-renovate-config:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
file:
- default.json
- renovate-config.json
env:
RENOVATE_CONFIG_FILE: ${{ matrix.file }}
steps:
- name: Checkout repository
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- name: Validate Renovate Config
run: npx -p renovate renovate-config-validator