Skip to content

Commit 283003f

Browse files
committed
chore: wip
1 parent 1bba33d commit 283003f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

buddy-bot.config.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ const config: BuddyBotConfig = {
2424
},
2525
packages: {
2626
strategy: 'all',
27-
ignore: [
28-
// Add packages to ignore here
29-
// Example: '@types/node', 'eslint'
27+
ignorePaths: [
28+
'packages/launchpad/test-envs/**',
3029
],
3130
},
3231
verbose: false,

0 commit comments

Comments
 (0)