Skip to content

Commit

Permalink
chore: Update renovate configuration to combine deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
hessjcg committed Oct 26, 2023
1 parent 78881ca commit 6d890d9
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
"^actions/github-script",
"^actions/setup-go",
"^actions/upload-artifact",
"^docker/setup-buildx-action",
"^docker/setup-qemu-action",
"^dorny/paths-filter",
"^github/codeql-action",
"^golang/govulncheck-action",
Expand All @@ -45,7 +47,26 @@
"^micnncim/action-label-syncer",
"^ossf/scorecard-action"
],
"groupName": "dependencies for github"
"groupName": "Github action dependencies"
},
{
"matchPackagePatterns": [
"^kubernetes",
"^k8s.io/client-go",
"^sigs.k8s.io/controller-runtime",
"^sigs.k8s.io/controller-tools"
],
"groupName": "Kubernetes runtime dependencies"
},
{
"matchPackagePatterns": [
"^cert-manager/cert-manager",
"^github.com/elastic/crd-ref-docs",
"^google",
"^google-beta",
"^hashicorp/terraform"
],
"groupName": "Build Tools"
}
],
"force": {
Expand Down

0 comments on commit 6d890d9

Please sign in to comment.