diff --git a/.github/dependabot.yml b/.github/dependabot.temp.yml similarity index 100% rename from .github/dependabot.yml rename to .github/dependabot.temp.yml diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 5b2bcf5..11ba5c3 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -11,10 +11,11 @@ "commitBody": "Signed-off-by: {{{gitAuthor}}}", "commitBodyTable": true, "dependencyDashboard": false, - "enabledManagers": ["composer", "npm"], + "enabledManagers": ["composer", "github-actions", "npm"], "ignoreUnstable": true, "labels": [ - "dependencies" + "dependencies", + "patch" ], "lockFileMaintenance": { "enabled": false @@ -43,7 +44,7 @@ "semanticCommits": "disabled", "separateMajorMinor": true, "separateMinorPatch": false, - "timezone": "UTC", + "timezone": "Europe/Berlin", "updateLockFiles": false, "updateNotScheduled": false, "packageRules": [