Skip to content

Commit a574b87

Browse files
renovate[bot]lschloetterer
authored andcommitted
chore(config): migrate config renovate.json
1 parent 0bf8b84 commit a574b87

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

renovate.json

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,27 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base"
4+
"config:recommended"
55
],
66
"packageRules": [
77
{
8-
"matchDatasources": ["docker"],
9-
"matchPackageNames": ["caddy"],
8+
"matchDatasources": [
9+
"docker"
10+
],
11+
"matchPackageNames": [
12+
"caddy"
13+
],
1014
"automerge": true,
1115
"ignoreTests": true
1216
},
1317
{
14-
"matchManagers": ["github-actions"],
15-
"matchPackagePrefixes": ["docker/"],
16-
"groupName": "docker-actions"
18+
"matchManagers": [
19+
"github-actions"
20+
],
21+
"groupName": "docker-actions",
22+
"matchPackageNames": [
23+
"docker/{/,}**"
24+
]
1725
}
1826
]
1927
}

0 commit comments

Comments
 (0)