File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 1515 description : " Is the repository using python dependencies? (experimental!)"
1616 default : false
1717 type : boolean
18- secrets :
19- description : " Is the repository using private npm packages in the `@bettermarks/` scope?"
20- type : boolean
21- default : false
2218 automerge :
2319 description : " Should some dependency updates be merged a human review? Leave the field empty if you are not sure!"
2420 default : " "
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ const config = {
1010 extends : [
1111 `github>bettermarks/renovate-config${ inputs . javascript ? ':javascript' : '' } ` ,
1212 inputs . python ? 'github>bettermarks/renovate-config:python' : '' ,
13- inputs . secrets ? 'github>bettermarks/renovate-secrets' : '' ,
1413 inputs . automerge ,
1514 ] . filter ( Boolean )
1615} ;
You can’t perform that action at this time.
0 commit comments