Skip to content

Commit b5efb2e

Browse files
B4nanclaude
andcommitted
chore: add .npmrc to .gitignore and sync renovate allowlist with pnpm-workspace exclusions
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ed5d4cc commit b5efb2e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ yarn.lock
1414
.yarn
1515
packages/*/package-lock.json
1616

17+
.npmrc
1718
.vscode

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"automergeType": "branch"
2323
},
2424
{
25-
"matchPackageNames": ["@apify/*", "@crawlee/*"],
25+
"matchPackageNames": ["@apify/*", "@crawlee/*", "apify-client", "apify", "crawlee", "got-scraping"],
2626
"minimumReleaseAge": "0 days"
2727
}
2828
],

0 commit comments

Comments
 (0)