Skip to content

Commit 1def577

Browse files
committed
Revert "Remove duplicate configuration option"
This reverts commit 0f5f791.
1 parent ec88f04 commit 1def577

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buddy-bot.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ const config: BuddyBotConfig = {
3636
],
3737
// Configuration for respecting 'latest' versions
3838
respectLatest: true, // Don't create PRs for packages set to 'latest'
39+
ignoreLatestUpdates: true, // Ignore updates for packages that are intentionally set to 'latest'
3940
},
4041
verbose: false,
4142
}

0 commit comments

Comments
 (0)