Skip to content

Commit ee7160c

Browse files
committed
chore(nx): ignore renovate.json and nx.json in version plan check
Neither file is shipped in the published package (only dist/ is published), so changes to them should not require a version plan.
1 parent 96014d7 commit ee7160c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

nx.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
"babel.config.js",
1111
".pnpm-store/**",
1212
".vscode/**",
13-
"pnpm-lock.yaml"
13+
"pnpm-lock.yaml",
14+
"renovate.json",
15+
"nx.json"
1416
]
1517
},
1618
"version": {

0 commit comments

Comments
 (0)