We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
next
1 parent b4e1ad0 commit 6f54d14Copy full SHA for 6f54d14
ng-dev/release/publish/actions/shared/branch-off-next-branch.ts
@@ -145,7 +145,11 @@ export abstract class BranchOffNextBranchBaseAction extends CutNpmNextPrerelease
145
...this.getAspectLockFiles(),
146
];
147
148
- const renovateConfigPath = await updateRenovateConfig(this.projectDir, nextBranch);
+ const renovateConfigPath = await updateRenovateConfig(
149
+ this.projectDir,
150
+ `${version.major}.${version.minor}.x`,
151
+ );
152
+
153
if (renovateConfigPath) {
154
filesToCommit.push(renovateConfigPath);
155
}
0 commit comments