action-pr-comment/.renovaterc.json5
GregoryDosh 250488871f
Some checks failed
Update Version / Update Version (push) Failing after 1m7s
ci: consistency sweeping patterns of release/tagging/licensing
2025-05-13 11:54:55 -05:00

15 lines
582 B
Text

// git.auengun.net/homelab/action-pr-comment
// Copyright (C) 2023 GregoryDosh
// SPDX-License-Identifier: AGPL-3.0-or-later
// SPDX-FileCopyrightText: 2023 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"
],
}