File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,16 @@ const config: BuddyBotConfig = {
27
27
ignore : [
28
28
// Add packages to ignore here
29
29
// Example: '@types/node', 'eslint'
30
+ 'python.org' , // Keep as 'latest' instead of pinning to specific versions
30
31
] ,
31
32
ignorePaths : [
32
33
// Add file/directory paths to ignore using glob patterns
33
34
// Example: 'packages/test-*/**', '**/*test-envs/**', 'apps/legacy/**'
35
+ 'packages/launchpad/test/fixtures/pkgx.yml' , // Ignore test fixtures that use 'latest'
34
36
] ,
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'
35
40
} ,
36
41
verbose : false ,
37
42
}
You can’t perform that action at this time.
0 commit comments