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 15
15
description : " Is the repository using python dependencies? (experimental!)"
16
16
default : false
17
17
type : boolean
18
- secrets :
19
- description : " Is the repository using private npm packages in the `@bettermarks/` scope?"
20
- type : boolean
21
- default : false
22
18
automerge :
23
19
description : " Should some dependency updates be merged a human review? Leave the field empty if you are not sure!"
24
20
default : " "
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ const config = {
10
10
extends : [
11
11
`github>bettermarks/renovate-config${ inputs . javascript ? ':javascript' : '' } ` ,
12
12
inputs . python ? 'github>bettermarks/renovate-config:python' : '' ,
13
- inputs . secrets ? 'github>bettermarks/renovate-secrets' : '' ,
14
13
inputs . automerge ,
15
14
] . filter ( Boolean )
16
15
} ;
You can’t perform that action at this time.
0 commit comments