Skip to content

Commit 51be425

Browse files
authored
fix(renovate): migrate config (#41)
1 parent d2ae897 commit 51be425

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

default.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@
6161
{
6262
"description": "Group golang docker tags and rename to Golang",
6363
"matchDatasources": ["docker"],
64-
"matchPackageNames": ["golang"],
65-
"matchPackagePatterns": ["/golang$"],
64+
"matchPackageNames": ["/(?:^|/)golang$/"],
6665
"commitMessageTopic": "Golang",
6766
"groupName": "golang"
6867
},
@@ -79,12 +78,9 @@
7978
},
8079
{
8180
"description": "Group packages from Kubernetes together",
82-
"matchSourceUrlPrefixes": ["https://github.com/kubernetes/"],
81+
"matchSourceUrls": ["https://github.com/kubernetes/{/,}**"],
8382
"matchUpdateTypes": ["patch", "minor", "major"],
84-
"excludePackagePatterns": [
85-
"ingress-nginx",
86-
"minikube"
87-
],
83+
"matchPackageNames": ["!/ingress-nginx/", "!/minikube/"],
8884
"groupName": "kubernetes"
8985
},
9086
{

0 commit comments

Comments
 (0)