Skip to content

Commit

Permalink
chore: Update Renovate config file (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjjaramillo authored Jan 22, 2024
1 parent 813e6f0 commit e4df40c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/reusable-release-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,7 @@ jobs:
- name: Install Helm Docs
run: |
wget https://github.com/norwoodj/helm-docs/releases/download/v1.11.0/helm-docs_1.11.0_Linux_x86_64.tar.gz
tar --extract --verbose --file helm-docs_1.11.0_Linux_x86_64.tar.gz
sudo mv helm-docs /usr/local/sbin
go install github.com/norwoodj/helm-docs/cmd/helm-docs@latest
- name: Run Helm Docs
run: |
Expand Down
24 changes: 22 additions & 2 deletions renovate-base.json5
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
// Update source import paths on major module updates, using mod.
// Since postUpdateOptions is mergeable, all previous and future values are kept
"postUpdateOptions": ["gomodUpdateImportPaths"],
// Ignore deprecated library that cannot be upgraded
ignoreDeps: ["ingress-nginx/kube-webhook-certgen"],
// The rules defined here will be used in all core-int repositories, so they should be valid
// for all of them.
"packageRules": [
Expand Down Expand Up @@ -65,6 +67,24 @@
// check <https://docs.renovatebot.com/configuration-options/#groupname> for details about grouping.
"matchPackageNames": ["golang", "go"],
"groupName": "golang version"
}
]
},
{
"groupName": "Minikube version (batch update)",
"matchDepNames": ["manusa/actions-setup-minikube", "kubernetes/minikube"],
},
],
"customManagers": [
{
"description": "Update minikube",
"customType": "regex",
"fileMatch": [
"^\.github/workflows/.+\.ya?ml$",
],
"matchStrings": [
"\\s+minikube version:\\s+(?<currentValue>v.*?)\\s+",
],
"depNameTemplate": "kubernetes/minikube",
"datasourceTemplate": "github-releases",
},
],
}
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": [
"github>newrelic/k8s-metadata-injection:renovate-base.json5"
"github>newrelic/k8s-agents-automation:renovate-base.json5"
]
}

0 comments on commit e4df40c

Please sign in to comment.