Skip to content

Commit

Permalink
fix: compile lock file maintenance branch name
Browse files Browse the repository at this point in the history
Closes #7110
  • Loading branch information
rarkins committed Aug 26, 2020
1 parent 37c9b6a commit d4c466a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/workers/repository/updates/flatten.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export async function flattenUpdates(
}
delete lockFileConfig.packageRules;
delete lockFileConfig.deps;
generateBranchName(lockFileConfig);
updates.push(lockFileConfig);
}
}
Expand Down

0 comments on commit d4c466a

Please sign in to comment.