Skip to content

Commit

Permalink
fix: improve renovate settings for private repos
Browse files Browse the repository at this point in the history
  • Loading branch information
exKAZUu committed Oct 6, 2024
1 parent 4ebae99 commit 2908086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
{
// Because they exist in private repositories
packageNames: ['@willbooster/judge'],
packageNames: ['@willbooster/auth', '@willbooster/judge', '@willbooster/llm-proxy'],
enabled: false,
},
{
Expand Down

0 comments on commit 2908086

Please sign in to comment.