Skip to content

Commit 0d27925

Browse files
authored
Use our org-wide Renovate preset (#21759)
1 parent 05d0533 commit 0d27925

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/renovate.json5

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
$schema: "https://docs.renovatebot.com/renovate-schema.json",
33
dependencyDashboard: true,
44
suppressNotifications: ["prEditedNotification"],
5-
extends: ["config:recommended"],
5+
extends: ["github>astral-sh/renovate-config"],
66
labels: ["internal"],
77
schedule: ["before 4am on Monday"],
88
semanticCommits: "disabled",
99
separateMajorMinor: false,
10-
prHourlyLimit: 10,
1110
enabledManagers: ["github-actions", "pre-commit", "cargo", "pep621", "pip_requirements", "npm"],
1211
cargo: {
1312
// See https://docs.renovatebot.com/configuration-options/#rangestrategy
@@ -16,7 +15,7 @@
1615
pep621: {
1716
// The default for this package manager is to only search for `pyproject.toml` files
1817
// found at the repository root: https://docs.renovatebot.com/modules/manager/pep621/#file-matching
19-
fileMatch: ["^(python|scripts)/.*pyproject\\.toml$"],
18+
managerFilePatterns: ["^(python|scripts)/.*pyproject\\.toml$"],
2019
},
2120
pip_requirements: {
2221
// The default for this package manager is to run on all requirements.txt files:
@@ -34,7 +33,7 @@
3433
npm: {
3534
// The default for this package manager is to only search for `package.json` files
3635
// found at the repository root: https://docs.renovatebot.com/modules/manager/npm/#file-matching
37-
fileMatch: ["^playground/.*package\\.json$"],
36+
managerFilePatterns: ["^playground/.*package\\.json$"],
3837
},
3938
"pre-commit": {
4039
enabled: true,

0 commit comments

Comments
 (0)