diff --git a/lib/config/validation.ts b/lib/config/validation.ts index e5b737ec792998d93cd5736ceb1766ddce7782f7..b547434a748d435f2003da1c866663edcd14bc7a 100644 --- a/lib/config/validation.ts +++ b/lib/config/validation.ts @@ -49,6 +49,8 @@ export async function validateConfig( branchName: `Direct editing of branchName is now deprecated. Please edit branchPrefix, additionalBranchPrefix, or branchTopic instead`, commitMessage: `Direct editing of commitMessage is now deprecated. Please edit commitMessage's subcomponents instead.`, prTitle: `Direct editing of prTitle is now deprecated. Please edit commitMessage subcomponents instead as they will be passed through to prTitle.`, + yarnrc: + 'Use of `yarnrc` in config is deprecated. Please commit it to your repository instead.', }; return deprecatedOptions[option]; }