File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -979,6 +979,7 @@ const options: RenovateOptions[] = [
979979 {
980980 name : 'registryAliases' ,
981981 description : 'Aliases for registries.' ,
982+ mergeable : true ,
982983 type : 'object' ,
983984 default : { } ,
984985 additionalProperties : {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ describe('workers/repository/extract/extract-fingerprint-config', () => {
77 it ( 'filter with enabledManagers' , ( ) => {
88 const config = mergeChildConfig ( getConfig ( ) , {
99 registryAliases : {
10- stable : 'http://some.link' , // intentionally placing the field incorrectly
10+ stable : 'http://some.link' ,
1111 } ,
1212 ignorePaths : [ 'ignore-path-1' ] ,
1313 includePaths : [ 'include-path-1' ] ,
@@ -47,6 +47,7 @@ describe('workers/repository/extract/extract-fingerprint-config', () => {
4747 npmrcMerge : false ,
4848 registryAliases : {
4949 notStable : 'http://some.link.2' ,
50+ stable : 'http://some.link' ,
5051 } ,
5152 skipInstalls : null ,
5253 } ) ;
You can’t perform that action at this time.
0 commit comments