mirror of
https://github.com/astral-sh/ruff.git
synced 2026-05-06 08:56:57 -04:00
Update Renovate configuration (#24874)
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user