Update Renovate configuration (#24874)

This commit is contained in:
Micha Reiser
2026-04-29 08:58:45 +02:00
committed by GitHub
parent cf14481f44
commit 3433660c96
+7 -1
View File
@@ -4,7 +4,7 @@
suppressNotifications: ["prEditedNotification"],
extends: ["github>astral-sh/renovate-config"],
labels: ["internal"],
schedule: ["before 4am on Monday"],
schedule: ["before 0am on Wednesday"],
semanticCommits: "disabled",
separateMajorMinor: false,
enabledManagers: ["github-actions", "pre-commit", "cargo", "pep621", "pip_requirements", "npm"],
@@ -86,6 +86,12 @@
matchDepTypes: ["devDependencies"],
description: "Weekly update of NPM development dependencies",
},
{
groupName: "ESLint dependencies",
matchManagers: ["npm"],
matchPackageNames: ["@eslint/js", "eslint"],
description: "Weekly update of ESLint dependencies",
},
{
groupName: "Monaco",
matchManagers: ["npm"],