Skip to content

Commit 3bbd96a

Browse files
authored
chore: Update Renovate config to exclude devDependencies
Add configuration for devDependencies in Renovate
1 parent bbcd3a4 commit 3bbd96a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/renovate.json5

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@
1313
// published for 30 days
1414
{
1515
matchDatasources: ["npm"],
16+
matchDepTypes: ["dependencies"],
1617
minimumReleaseAge: "30 days",
1718
},
19+
{
20+
matchDatasources: ["npm"],
21+
matchDepTypes: ["devDependencies"],
22+
enabled: false,
23+
},
1824
],
1925
}

0 commit comments

Comments
 (0)