fix renovate config

This commit is contained in:
pat-s 2023-09-15 09:11:53 +01:00
parent 08c50abba9
commit c6887fde0a
No known key found for this signature in database
GPG Key ID: 3C6318841EF78925

View File

@ -4,10 +4,10 @@
packageRules: [
{
description: "Automerge minor + patch dependency updates weekly",
matchManagers: ["helm"],
matchManagers: ["helmv3"],
matchUpdateTypes: ["minor", "patch", "digest"],
automerge: true,
schedule: ["weekly"]
"extends": ["schedule:weekly"],
},
],
}