/renovate-base

Renovate config for me

Apache License 2.0Apache-2.0

renovate-base renovate-config

A Renovate config for me.

Getting Started

.github/renovate.json5

{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": [
    "github>int128/renovate-base",
  ],
}

.github/workflows/validate.yaml

name: validate

on:
  pull_request:
    paths:
      - .github/workflows/validate.yaml
      - .github/renovate.*
  push:
    branches:
      - main

jobs:
  validate:
    uses: int128/renovate-base/.github/workflows/validate.yaml@main