File tree Expand file tree Collapse file tree 1 file changed +9
-21
lines changed Expand file tree Collapse file tree 1 file changed +9
-21
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "extends" : [" config:recommended" ],
3+ "extends" : [
4+ " local>nicebots-xyz/renovate-config" ,
5+ " :semanticPrefixFixDepsChoreOthers" ,
6+ " :dependencyDashboard"
7+ ],
8+ "forkProcessing" : " enabled" ,
49 "baseBranches" : [" dev" ],
5- "labels" : [" deps" ],
6- "ignorePaths" : [" requirements.txt" ],
7- "commitMessagePrefix" : " ⬆️" ,
8- "commitMessageAction" : " Upgrade" ,
9- "packageRules" : [
10- {
11- "updateTypes" : [" pin" ],
12- "commitMessagePrefix" : " 📌" ,
13- "commitMessageAction" : " Pin"
14- },
15- {
16- "updateTypes" : [" rollback" ],
17- "commitMessagePrefix" : " ⬇️" ,
18- "commitMessageAction" : " Downgrade"
19- },
20- {
21- "matchDatasources" : [" pypi" ],
22- "addLabels" : [" pypi" ]
23- }
24- ]
10+ "lockFileMaintenance" : {
11+ "enabled" : true
12+ }
2513}
You can’t perform that action at this time.
0 commit comments