Skip to content

Commit bac82a2

Browse files
authored
ci: simplify renovate configuration (#19907)
ci: centralize renovate config
1 parent 1c0d850 commit bac82a2

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

.github/renovate.json5

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,8 @@
11
{
22
$schema: "https://docs.renovatebot.com/renovate-schema.json",
3-
extends: [
4-
"config:recommended",
5-
":approveMajorUpdates",
6-
":semanticCommitScopeDisabled",
7-
],
8-
ignorePresets: [":semanticPrefixFixDepsChoreOthers"],
9-
labels: ["dependencies"],
3+
extends: ["github>eslint/workflows//.github/renovate/base.json5"],
104
ignoreDeps: ["jiti-v2.0", "jiti-v2.1"],
11-
12-
// Wait well over npm's three day window for any new package as a precaution against malicious publishes
13-
// https://docs.npmjs.com/policies/unpublish/#packages-published-less-than-72-hours-ago
14-
minimumReleaseAge: "7 days",
15-
165
packageRules: [
17-
{
18-
description: "Use the deps:actions label for github-action manager updates (this means Renovate's github-action manager).",
19-
addLabels: ["deps:actions"],
20-
matchManagers: ["github-actions"],
21-
},
22-
{
23-
description: "Use the deps:npm label for npm manager packages (this means Renovate's npm manager).",
24-
addLabels: ["deps:npm"],
25-
matchManagers: ["npm"],
26-
},
276
{
287
description: "Group Babel packages into a single PR.",
298
groupName: "babel",

0 commit comments

Comments
 (0)