File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
+ "extends" : [" config:base" ],
4
+ "description" : " Renovate-Konfiguration für die Notfall-App" ,
5
+ "labels" : [" 👷 renovate" ],
6
+ "prHourlyLimit" : 20 ,
7
+ "recreateClosed" : true ,
8
+ "commitMessagePrefix" : " ⬆️ #10: " ,
9
+ "commitMessageAction" : " Upgrade" ,
10
+ "commitMessageTopic" : " Dependency {{depName}}" ,
11
+ "commitMessageExtra" : " to {{#if isPinDigest}}{{{newDigestShort}}}{{else}}{{#if isMajor}}{{prettyNewMajor}}{{else}}{{#if isSingleVersion}}{{prettyNewVersion}}{{else}}{{#if newValue}}{{{newValue}}}{{else}}{{{newDigestShort}}}{{/if}}{{/if}}{{/if}}{{/if}}" ,
12
+ "packageRules" : [
13
+ {
14
+ "matchUpdateTypes" : [" pin" ],
15
+ "commitMessagePrefix" : " 📌 #10: " ,
16
+ "commitMessageAction" : " Pin" ,
17
+ "addLabels" : [" pin" ]
18
+ },
19
+ {
20
+ "matchUpdateTypes" : [" rollback" ],
21
+ "commitMessagePrefix" : " ⬇️ #10: " ,
22
+ "commitMessageAction" : " Downgrade"
23
+ }
24
+ ]
25
+ }
You can’t perform that action at this time.
0 commit comments