action-pr-comment/.renovaterc.json5
GregoryDosh c1b02a8555 feat: more verbosity in plugin execution (#6)
fix breaking chars through env var sub instead of direct sub

log back in console the comment

fix: sanitize input through env var step

add env step

sanity check env

remove env dump

remove extra step

add debugging steps

Reviewed-on: #6
Co-authored-by: GregoryDosh <authentik@gregorydosh.com>
Co-committed-by: GregoryDosh <authentik@gregorydosh.com>
2024-05-01 04:32:09 +00:00

11 lines
484 B
Text

// git.auengun.net/homelab/action-pr-comment
// Copyright (C) 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"],
}