|
4 | 4 | "mergeConfidence:all-badges",
|
5 | 5 | "config:recommended"
|
6 | 6 | ],
|
7 |
| - "labels": ["renovate"], |
| 7 | + "labels": [ |
| 8 | + "renovate" |
| 9 | + ], |
8 | 10 | "timezone": "Europe/Berlin",
|
9 |
| - "automergeSchedule": ["after 3am", "before 6am"], |
| 11 | + "automergeSchedule": [ |
| 12 | + "after 3am", |
| 13 | + "before 6am" |
| 14 | + ], |
10 | 15 | "rebaseWhen": "conflicted",
|
11 | 16 | "prHourlyLimit": 0,
|
12 | 17 | "helm-values": {
|
|
17 | 22 | },
|
18 | 23 | "packageRules": [
|
19 | 24 | {
|
20 |
| - "matchManagers": ["github-actions"], |
21 |
| - "matchUpdateTypes": ["digest", "pin", "minor", "patch"], |
| 25 | + "matchManagers": [ |
| 26 | + "github-actions" |
| 27 | + ], |
| 28 | + "matchUpdateTypes": [ |
| 29 | + "digest", |
| 30 | + "pin", |
| 31 | + "minor", |
| 32 | + "patch" |
| 33 | + ], |
22 | 34 | "automerge": true,
|
23 | 35 | "pinDigests": true
|
24 | 36 | },
|
25 | 37 | {
|
26 |
| - "matchDatasources": ["docker", "helm"], |
27 |
| - "matchUpdateTypes": ["digest"], |
28 |
| - "schedule": ["every monday"], |
| 38 | + "matchDatasources": [ |
| 39 | + "docker", |
| 40 | + "helm" |
| 41 | + ], |
| 42 | + "matchUpdateTypes": [ |
| 43 | + "digest" |
| 44 | + ], |
| 45 | + "schedule": [ |
| 46 | + "on monday" |
| 47 | + ], |
29 | 48 | "automerge": true
|
30 | 49 | },
|
31 | 50 | {
|
32 |
| - "matchDatasources": ["docker", "helm"], |
33 |
| - "matchUpdateTypes": ["pinDigest", "pin", "minor", "patch"], |
| 51 | + "matchDatasources": [ |
| 52 | + "docker", |
| 53 | + "helm" |
| 54 | + ], |
| 55 | + "matchUpdateTypes": [ |
| 56 | + "pinDigest", |
| 57 | + "pin", |
| 58 | + "minor", |
| 59 | + "patch" |
| 60 | + ], |
34 | 61 | "automerge": true
|
35 | 62 | },
|
36 | 63 | {
|
37 |
| - "matchDepTypes": ["Kustomization"], |
38 |
| - "matchUpdateTypes": ["pinDigest", "pin", "minor", "patch"], |
| 64 | + "matchDepTypes": [ |
| 65 | + "Kustomization" |
| 66 | + ], |
| 67 | + "matchUpdateTypes": [ |
| 68 | + "pinDigest", |
| 69 | + "pin", |
| 70 | + "minor", |
| 71 | + "patch" |
| 72 | + ], |
39 | 73 | "automerge": true
|
40 | 74 | },
|
41 | 75 | {
|
42 |
| - "matchDatasources": ["docker", "helm"], |
43 |
| - "matchUpdateTypes": ["major"], |
44 |
| - "assignees": ["Skaronator"] |
| 76 | + "matchDatasources": [ |
| 77 | + "docker", |
| 78 | + "helm" |
| 79 | + ], |
| 80 | + "matchUpdateTypes": [ |
| 81 | + "major" |
| 82 | + ], |
| 83 | + "assignees": [ |
| 84 | + "Skaronator" |
| 85 | + ] |
45 | 86 | },
|
46 | 87 | {
|
47 |
| - "matchDepTypes": ["Kustomization"], |
48 |
| - "matchUpdateTypes": ["major"], |
49 |
| - "assignees": ["Skaronator"] |
| 88 | + "matchDepTypes": [ |
| 89 | + "Kustomization" |
| 90 | + ], |
| 91 | + "matchUpdateTypes": [ |
| 92 | + "major" |
| 93 | + ], |
| 94 | + "assignees": [ |
| 95 | + "Skaronator" |
| 96 | + ] |
50 | 97 | },
|
51 | 98 | {
|
52 |
| - "matchPackageNames": ["ghcr.io/skaronator/devops-toolbox"], |
| 99 | + "matchPackageNames": [ |
| 100 | + "ghcr.io/skaronator/devops-toolbox" |
| 101 | + ], |
53 | 102 | "automerge": true
|
54 | 103 | },
|
55 | 104 | {
|
56 |
| - "matchPackageNames": ["ghcr.io/home-assistant/home-assistant"], |
| 105 | + "matchPackageNames": [ |
| 106 | + "ghcr.io/home-assistant/home-assistant" |
| 107 | + ], |
57 | 108 | "matchNewValue": "/^.+\\.0$/",
|
58 | 109 | "automerge": false
|
59 | 110 | },
|
60 | 111 | {
|
61 |
| - "matchPackageNames": ["plexinc/pms-docker"], |
| 112 | + "matchPackageNames": [ |
| 113 | + "plexinc/pms-docker" |
| 114 | + ], |
62 | 115 | "versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)\\.(?<build>\\d+)\\-(?<revision>\\w+)$"
|
63 | 116 | },
|
64 | 117 | {
|
65 |
| - "matchPackageNames": ["fireflyiii/core"], |
| 118 | + "matchPackageNames": [ |
| 119 | + "fireflyiii/core" |
| 120 | + ], |
66 | 121 | "versioning": "regex:^version\\-(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$"
|
67 | 122 | },
|
68 | 123 | {
|
69 |
| - "matchPackageNames": ["k0sproject/k0s"], |
70 |
| - "assignees": ["Skaronator"], |
| 124 | + "matchPackageNames": [ |
| 125 | + "k0sproject/k0s" |
| 126 | + ], |
| 127 | + "assignees": [ |
| 128 | + "Skaronator" |
| 129 | + ], |
71 | 130 | "versioning": "loose"
|
72 | 131 | },
|
73 | 132 | {
|
74 |
| - "matchPackagePrefixes": ["ghcr.io/hotio"], |
75 |
| - "versioning": "regex:^release\\-(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)\\.(?<build>\\d+)$" |
| 133 | + "versioning": "regex:^release\\-(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)\\.(?<build>\\d+)$", |
| 134 | + "matchPackageNames": [ |
| 135 | + "ghcr.io/hotio{/,}**" |
| 136 | + ] |
76 | 137 | },
|
77 | 138 | {
|
78 | 139 | "description": "Wait for stable release. Updating this instantly will cause issues since amd64 builds always take a tiny bit more",
|
79 |
| - "matchPackageNames": ["redis", "mariadb", "postgres", "csi-driver-nfs"], |
| 140 | + "matchPackageNames": [ |
| 141 | + "redis", |
| 142 | + "mariadb", |
| 143 | + "postgres", |
| 144 | + "csi-driver-nfs" |
| 145 | + ], |
80 | 146 | "minimumReleaseAge": "4 hours"
|
81 | 147 | }
|
82 | 148 | ],
|
83 | 149 | "customManagers": [
|
84 | 150 | {
|
85 | 151 | "customType": "regex",
|
86 |
| - "fileMatch": ["^k0sctl.yaml$"], |
87 |
| - "matchStrings": ["\\s+version\\:(!?\\s)(?<currentValue>.*)\\n"], |
| 152 | + "fileMatch": [ |
| 153 | + "^k0sctl.yaml$" |
| 154 | + ], |
| 155 | + "matchStrings": [ |
| 156 | + "\\s+version\\:(!?\\s)(?<currentValue>.*)\\n" |
| 157 | + ], |
88 | 158 | "datasourceTemplate": "github-releases",
|
89 | 159 | "depNameTemplate": "k0sproject/k0s"
|
90 | 160 | }
|
|
0 commit comments