Skip to content

Commit be948b0

Browse files
chore(config): migrate renovate config (#20)
chore(config): migrate config .github/renovate.json Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7faaa53 commit be948b0

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/renovate.json

+10-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,20 @@
55
"visualon/renovate-config:automergePatch",
66
":automergeMinor"
77
],
8-
"labels": ["deps"],
8+
"labels": [
9+
"deps"
10+
],
911
"digest": {
10-
"extends": ["schedule:daily"]
12+
"extends": [
13+
"schedule:daily"
14+
]
1115
},
1216
"packageRules": [
1317
{
14-
"packageNames": ["watchtower", "containrrr/watchtower"],
18+
"matchPackageNames": [
19+
"watchtower",
20+
"containrrr/watchtower"
21+
],
1522
"extractVersion": "^v(?<version>\\d+\\.\\d+\\.\\d+)$"
1623
}
1724
]

0 commit comments

Comments
 (0)