opentofu-common/.renovaterc.json5
GregoryDosh daf26312d1
All checks were successful
Update Version / Update Version (push) Successful in 9s
feat: consistency sweeping w/ other repos to add release/tag process + license checking
2025-05-13 10:11:01 -05:00

15 lines
580 B
Text

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