|
7 | 7 | "depNameTemplate": "{{{replace 'https://github.com/' '' location}}}", |
8 | 8 | "description": "Custom manager for Package.resolved", |
9 | 9 | "extractVersionTemplate": "^(?<version>.+?)$", |
10 | | - "managerFilePatterns": [ |
11 | | - "/(^|/)Package\\.resolved$/" |
12 | | - ], |
| 10 | + "managerFilePatterns": ["/(^|/)Package\\.resolved$/"], |
13 | 11 | "matchStrings": [ |
14 | 12 | "\"identity\"\\s*:\\s*\"(?<identity>.*?)\"[^}]*?\"kind\"\\s*:\\s*\"remoteSourceControl\"[^}]*?\"location\"\\s*:\\s*\"(?<location>.*?)\"[^}]*?\"state\"\\s*:\\s*{[^}]*?\"revision\"\\s*:\\s*\"(?<currentDigest>.*?)\"[^}]*?\"version\"\\s*:\\s*\"(?<currentValue>.*?)\"" |
15 | 13 | ], |
|
21 | 19 | "depNameTemplate": "{{{replace 'https://github.com/' '' packageName}}}", |
22 | 20 | "description": "Custom manager for project.pbxproj", |
23 | 21 | "extractVersionTemplate": "^(?<version>.+?)$", |
24 | | - "managerFilePatterns": [ |
25 | | - "/(^|/).*\\.xcodeproj/project\\.pbxproj$/" |
26 | | - ], |
| 22 | + "managerFilePatterns": ["/(^|/).*\\.xcodeproj/project\\.pbxproj$/"], |
27 | 23 | "matchStrings": [ |
28 | 24 | "repositoryURL\\s*=\\s*\"(?<packageName>.*?)\";\\n?\\s*requirement\\s*=\\s*\\{\\n?\\s*kind\\s*=\\s*exactVersion;\\n?\\s*version\\s*=\\s*(?<currentValue>.*?);\\n?\\s*\\}" |
29 | 25 | ], |
30 | 26 | "packageNameTemplate": "https://github.com/{{{replace 'https://github.com/' '' packageName}}}" |
31 | 27 | } |
32 | 28 | ], |
33 | | - "extends": [ |
34 | | - "config:recommended" |
35 | | - ], |
36 | 29 | "dependencyDashboard": true, |
37 | 30 | "dependencyDashboardAutoclose": false, |
| 31 | + "extends": ["config:recommended"], |
| 32 | + "keepUpdatedLabel": "renovate:keep-updated", |
38 | 33 | "lockFileMaintenance": { |
39 | 34 | "enabled": false |
40 | 35 | }, |
41 | 36 | "packageRules": [ |
42 | 37 | { |
43 | 38 | "description": "Only allow semantic version updates for Swift packages", |
44 | | - "matchManagers": [ |
45 | | - "swift" |
46 | | - ], |
47 | | - "matchUpdateTypes": [ |
48 | | - "major", |
49 | | - "minor", |
50 | | - "patch" |
51 | | - ], |
52 | | - "enabled": true |
| 39 | + "enabled": true, |
| 40 | + "matchManagers": ["swift"], |
| 41 | + "matchUpdateTypes": ["major", "minor", "patch"] |
53 | 42 | }, |
54 | 43 | { |
55 | 44 | "description": "Disable digest-only updates for custom managers", |
56 | | - "matchManagers": [ |
57 | | - "custom.regex" |
58 | | - ], |
59 | | - "matchUpdateTypes": [ |
60 | | - "digest" |
61 | | - ], |
62 | | - "enabled": false |
| 45 | + "enabled": false, |
| 46 | + "matchManagers": ["custom.regex"], |
| 47 | + "matchUpdateTypes": ["digest"] |
63 | 48 | }, |
64 | 49 | { |
65 | 50 | "description": "Allow version updates for custom managers", |
66 | | - "matchManagers": [ |
67 | | - "custom.regex" |
68 | | - ], |
69 | | - "matchUpdateTypes": [ |
70 | | - "major", |
71 | | - "minor", |
72 | | - "patch" |
73 | | - ], |
74 | | - "enabled": true |
| 51 | + "enabled": true, |
| 52 | + "matchManagers": ["custom.regex"], |
| 53 | + "matchUpdateTypes": ["major", "minor", "patch"] |
75 | 54 | }, |
76 | 55 | { |
77 | 56 | "description": "Disable lock file maintenance", |
78 | | - "matchUpdateTypes": [ |
79 | | - "lockFileMaintenance" |
80 | | - ], |
81 | | - "enabled": false |
| 57 | + "enabled": false, |
| 58 | + "matchUpdateTypes": ["lockFileMaintenance"] |
82 | 59 | } |
83 | 60 | ], |
| 61 | + "rebaseLabel": "renovate:rebase", |
84 | 62 | "stopUpdatingLabel": "renovate:disabled", |
85 | 63 | "timezone": "Europe/Vienna" |
86 | 64 | } |
0 commit comments