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>
11 lines
484 B
Text
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"],
|
|
}
|