Some checks are pending
Deploy Ansible Pipeline / Deploy Ansible Pipeline (push) Waiting to run
20 lines
949 B
Text
20 lines
949 B
Text
// git.auengun.net/homelab/host-forgejo-runner
|
|
// Copyright (C) 2024 GregoryDosh
|
|
|
|
// Renovate is the major portion of how the homelab is able
|
|
// to stay up-to-date with minimal amounts of manual tinkering 🤞.
|
|
{
|
|
$schema: "https://docs.renovatebot.com/renovate-schema.json",
|
|
// Renovate takes this configuration file plus the homelab local preset
|
|
// at https://git.auengun.net/renovate-config/renovate-config
|
|
extends: ["local>renovate-config/renovate-config:default.json5"],
|
|
|
|
// This exclusion is to prevent Renovate from touching things
|
|
// that I prefer to stay static. I appreciate what it's trying
|
|
// to accomplish but I take a small detour to use the custom managers instead.
|
|
// https://docs.renovatebot.com/configuration-options/#custommanagers
|
|
//
|
|
// Look for comments in the `Makefile` and `.forgejo/workflows/*.yml`
|
|
// that begin with `# renovate:` to see which lines in are watched.
|
|
ignorePaths: ["templates/**"],
|
|
}
|