Skip to content

Commit 18adf3a

Browse files
committed
Add rule to renovate.json5.
1 parent de25268 commit 18adf3a

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

renovate.json5

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,15 @@
44
addLabels: [
55
'no-jira-community-activity-issue',
66
],
7+
packageRules: [
8+
{
9+
// Not updating any of the node.js dependencies as they will be soon removed via
10+
// https://github.com/OrchardCMS/OrchardCore.Commerce/issues/527.
11+
matchPackageNames: [
12+
'eslint*',
13+
'pnpm',
14+
],
15+
enabled: false,
16+
},
17+
],
718
}

0 commit comments

Comments
 (0)