We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf8b84 commit a574b87Copy full SHA for a574b87
renovate.json
@@ -1,19 +1,27 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
- "config:base"
+ "config:recommended"
5
],
6
"packageRules": [
7
8
- "matchDatasources": ["docker"],
9
- "matchPackageNames": ["caddy"],
+ "matchDatasources": [
+ "docker"
10
+ ],
11
+ "matchPackageNames": [
12
+ "caddy"
13
14
"automerge": true,
15
"ignoreTests": true
16
},
17
- "matchManagers": ["github-actions"],
- "matchPackagePrefixes": ["docker/"],
- "groupName": "docker-actions"
18
+ "matchManagers": [
19
+ "github-actions"
20
21
+ "groupName": "docker-actions",
22
23
+ "docker/{/,}**"
24
+ ]
25
}
26
]
27
0 commit comments