Skip to content

Commit f923a89

Browse files
committed
Revert "Configure Buddy Bot to respect 'latest' versions and ignore test fixtures"
This reverts commit d2dc06f.
1 parent 1def577 commit f923a89

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

buddy-bot.config.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,11 @@ const config: BuddyBotConfig = {
2727
ignore: [
2828
// Add packages to ignore here
2929
// Example: '@types/node', 'eslint'
30-
'python.org', // Keep as 'latest' instead of pinning to specific versions
3130
],
3231
ignorePaths: [
3332
// Add file/directory paths to ignore using glob patterns
3433
// Example: 'packages/test-*/**', '**/*test-envs/**', 'apps/legacy/**'
35-
'packages/launchpad/test/fixtures/pkgx.yml', // Ignore test fixtures that use 'latest'
3634
],
37-
// Configuration for respecting 'latest' versions
38-
respectLatest: true, // Don't create PRs for packages set to 'latest'
39-
ignoreLatestUpdates: true, // Ignore updates for packages that are intentionally set to 'latest'
4035
},
4136
verbose: false,
4237
}

0 commit comments

Comments
 (0)