13 lines
492 B
Text
13 lines
492 B
Text
// git.auengun.net/homelab/workflow-renovate
|
|
// 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"
|
|
],
|
|
}
|