mirror of https://github.com/astral-sh/ruff
Minor improvements to renovate config (#10957)
This commit is contained in:
parent
4ac523c19d
commit
0c8ba32819
|
|
@ -4,7 +4,8 @@
|
||||||
suppressNotifications: ["prEditedNotification"],
|
suppressNotifications: ["prEditedNotification"],
|
||||||
extends: ["config:recommended"],
|
extends: ["config:recommended"],
|
||||||
labels: ["internal"],
|
labels: ["internal"],
|
||||||
schedule: ["on Monday"],
|
schedule: ["before 4am on Monday"],
|
||||||
|
semanticCommits: "disabled",
|
||||||
separateMajorMinor: false,
|
separateMajorMinor: false,
|
||||||
prHourlyLimit: 10,
|
prHourlyLimit: 10,
|
||||||
enabledManagers: ["github-actions", "pre-commit", "cargo", "pep621", "npm"],
|
enabledManagers: ["github-actions", "pre-commit", "cargo", "pep621", "npm"],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue