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:
@@ -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"]
|
||||
},
|
||||
],
|
||||
}
|
||||
|
Reference in New Issue
Block a user