Skip to content

Commit d36de38

Browse files
Update Renovate configuration with new settings
1 parent 18a56a6 commit d36de38

1 file changed

Lines changed: 34 additions & 28 deletions

File tree

.github/renovate.json

Lines changed: 34 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,56 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended"
5+
],
36
"rebaseWhen": "behind-base-branch",
47
"dependencyDashboard": true,
5-
"labels": ["dependencies", "no-stale"],
8+
"labels": [
9+
"dependencies",
10+
"no-stale"
11+
],
612
"commitMessagePrefix": "⬆️",
713
"commitMessageTopic": "{{depName}}",
8-
"enabledManagers": ["custom", "dockerfile", "github-actions"],
9-
"customManagers": [
10-
{
11-
"customType": "regex",
12-
"fileMatch": ["^cloudflared/Dockerfile$"],
13-
"matchStrings": ["ARG YQ_VERSION=\"(?<currentValue>[^\"]+)\""],
14-
"datasourceTemplate": "repology",
15-
"depNameTemplate": "yq-go",
16-
"packageNameTemplate": "alpine_3_22/yq-go",
17-
"versioningTemplate": "loose"
18-
},
19-
{
20-
"customType": "regex",
21-
"fileMatch": ["^cloudflared/Dockerfile$"],
22-
"matchStrings": ["ARG CLOUDFLARED_VERSION=\"(?<currentValue>[^\"]+)\""],
23-
"datasourceTemplate": "github-releases",
24-
"depNameTemplate": "cloudflared",
25-
"packageNameTemplate": "cloudflare/cloudflared",
26-
"versioningTemplate": "loose"
27-
}
14+
"enabledManagers": [
15+
"dockerfile",
16+
"github-actions"
2817
],
2918
"packageRules": [
3019
{
3120
"groupName": "App (Add-on) base image",
32-
"matchDatasources": ["docker"]
21+
"matchDatasources": [
22+
"docker"
23+
]
3324
},
3425
{
3526
"groupName": "App (Add-on) base image",
36-
"matchDatasources": ["docker"],
37-
"matchUpdateTypes": ["minor", "patch"],
27+
"matchDatasources": [
28+
"docker"
29+
],
30+
"matchUpdateTypes": [
31+
"minor",
32+
"patch"
33+
],
3834
"automerge": true
3935
},
4036
{
41-
"matchDatasources": ["github-releases"],
42-
"matchUpdateTypes": ["minor", "patch"],
37+
"matchDatasources": [
38+
"github-releases"
39+
],
40+
"matchUpdateTypes": [
41+
"minor",
42+
"patch"
43+
],
4344
"automerge": true
4445
},
4546
{
46-
"matchManagers": ["github-actions"],
47-
"matchUpdateTypes": ["minor", "patch"],
47+
"matchManagers": [
48+
"github-actions"
49+
],
50+
"matchUpdateTypes": [
51+
"minor",
52+
"patch"
53+
],
4854
"automerge": true
4955
}
5056
]

0 commit comments

Comments
 (0)