Skip to content

Commit a7ffd25

Browse files
remalremal-github-actions
andauthored
Merge template repository changes: remal-github-actions/template-typescript (#2972)
Co-authored-by: remal-github-actions <77626445+remal-github-actions+sync-with-template@users.noreply.github.com>
1 parent 5bb8121 commit a7ffd25

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/renovate.json5

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,9 @@
2424
enabled: false,
2525
},
2626
{
27-
matchCategories: ["js"],
28-
matchPackageNames: ["@types/node"],
29-
extends: ["github>remal/renovate-config:disable-major-updates"],
30-
},
31-
{
32-
matchCategories: ["js"],
33-
matchPackageNames: ["@tsconfig/node**"],
34-
extends: ["github>remal/renovate-config:disable-replacements"],
27+
matchPackageNames: ["@types/node", "@tsconfig/node**"],
28+
matchUpdateTypes: ["major", "replacement"],
29+
enabled: false,
3530
},
3631
{
3732
matchCategories: ["js"],

0 commit comments

Comments
 (0)