Skip to content

Commit ee6ed5f

Browse files
authored
Merge pull request #225 from containeroo/renovate/migrate-config
Migrate renovate config
2 parents 258b1ae + 1815896 commit ee6ed5f

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/renovate.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
{
22
"extends": [
3-
"config:base"
3+
"config:recommended"
4+
],
5+
"labels": [
6+
"dependencies"
7+
],
8+
"postUpdateOptions": [
9+
"gomodTidy"
410
],
5-
"labels": ["dependencies"],
6-
"postUpdateOptions": ["gomodTidy"],
711
"packageRules": [
812
{
9-
"matchPackageNames": ["k8s.io/client-go"],
13+
"matchPackageNames": [
14+
"k8s.io/client-go"
15+
],
1016
"allowedVersions": "< 1.0.0"
1117
}
1218
]

0 commit comments

Comments
 (0)