1
0
mirror of https://gitea.com/gitea/helm-chart synced 2025-10-06 00:43:12 +02:00

update weekly config

This commit is contained in:
pat-s
2023-09-14 09:03:39 +01:00
parent ee64691dd6
commit ca1b3715a0

View File

@@ -1,12 +1,13 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: ["gitea>gitea/renovate-config", ":maintainLockFilesWeekly"],
extends: ["gitea>gitea/renovate-config"],
packageRules: [
{
description: "Automerge minor + patch dependency updates weekly",
matchManagers: ["helm"],
matchUpdateTypes: ["minor", "patch", "digest"],
automerge: true,
schedule: ["weekly"]
},
],
}