Skip to content

Commit

Permalink
Ignore istio dependencies in dependabot config (kyma-project#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Riffer authored Nov 15, 2023
1 parent 3b133a6 commit 7cec8cd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ updates:
include: "scope"
ignore:
- dependency-name: "sigs.k8s.io/controller-runtime"
# We want to ignore istio dependencies, since the upgrade process is always a manual process, and we never used the dependabot PRs.
- dependency-name: "istio.io/client-go"
- dependency-name: "istio.io/api"
- dependency-name: "istio.io/istio"
groups:
k8s-dependencies:
patterns:
Expand Down Expand Up @@ -41,6 +45,10 @@ updates:
- dependency-name: "sigs.k8s.io/controller-runtime"
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]
# We want to ignore istio dependencies, since the upgrade process is always a manual process, and we never used the dependabot PRs.
- dependency-name: "istio.io/client-go"
- dependency-name: "istio.io/api"
- dependency-name: "istio.io/istio"
groups:
k8s-dependencies:
patterns:
Expand Down

0 comments on commit 7cec8cd

Please sign in to comment.