Skip to content

Commit 456bf0e

Browse files
committed
chore: format renovate json
1 parent 229f30b commit 456bf0e

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.github/renovate.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
{
2-
"extends": [
3-
"config:recommended"
4-
],
5-
"labels": [
6-
"dependency"
7-
],
8-
"postUpdateOptions": [
9-
"gomodTidy"
10-
],
2+
"extends": ["config:recommended"],
3+
"labels": ["dependency"],
4+
"postUpdateOptions": ["gomodTidy"],
115
"packageRules": [
126
{
13-
"matchPackageNames": [
14-
"k8s.io/client-go"
15-
],
7+
"matchPackageNames": ["k8s.io/client-go"],
168
"allowedVersions": "< 1.0.0"
179
}
1810
]

0 commit comments

Comments
 (0)