We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b46e61 + 28353bd commit 58e77b4Copy full SHA for 58e77b4
renovate.json
@@ -1,16 +1,21 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
- "config:base"
+ "config:recommended"
5
],
6
"postUpdateOptions": [
7
"gomodTidy"
8
9
"semanticCommits": "enabled",
10
"packageRules": [
11
12
- "matchPackageNames": ["golang", "tonistiigi/xx"],
13
- "matchManagers": ["dockerfile"],
+ "matchPackageNames": [
+ "golang",
14
+ "tonistiigi/xx"
15
+ ],
16
+ "matchManagers": [
17
+ "dockerfile"
18
19
"semanticCommitType": "fix"
20
}
21
]
0 commit comments