Skip to content

Commit

Permalink
fix(renovate): migrate config
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbrunet committed Aug 20, 2024
1 parent d2ae897 commit 875bae1
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@
{
"description": "Group golang docker tags and rename to Golang",
"matchDatasources": ["docker"],
"matchPackageNames": ["golang"],
"matchPackagePatterns": ["/golang$"],
"matchPackageNames": ["/(?:^|/)golang$/"],
"commitMessageTopic": "Golang",
"groupName": "golang"
},
Expand All @@ -79,12 +78,9 @@
},
{
"description": "Group packages from Kubernetes together",
"matchSourceUrlPrefixes": ["https://github.com/kubernetes/"],
"matchSourceUrls": ["https://github.com/kubernetes/{/,}**"],
"matchUpdateTypes": ["patch", "minor", "major"],
"excludePackagePatterns": [
"ingress-nginx",
"minikube"
],
"matchPackageNames": ["!/ingress-nginx/", "!/minikube/"],
"groupName": "kubernetes"
},
{
Expand Down

0 comments on commit 875bae1

Please sign in to comment.