Skip to content

Commit

Permalink
build: Ignore controller-runtime upgrades
Browse files Browse the repository at this point in the history
SSA is now explicitly broken in fake client so prevent upgrades
until #402 is implemented to use envtest in unit tests.
  • Loading branch information
jimmidyson committed Feb 26, 2024
1 parent f0f10a0 commit fca8db1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ updates:
patterns:
- "k8s.io*"
- "sigs.k8s.io*"
# Remove this ignore once #402 is resolved.
ignore:
- dependency-name: "sigs.k8s.io/controller-runtime"

- package-ecosystem: "gomod"
directory: "/common"
Expand All @@ -27,6 +30,9 @@ updates:
patterns:
- "k8s.io*"
- "sigs.k8s.io*"
# Remove this ignore once #402 is resolved.
ignore:
- dependency-name: "sigs.k8s.io/controller-runtime"

- package-ecosystem: "gomod"
directory: "/hack/third-party/capa"
Expand Down

0 comments on commit fca8db1

Please sign in to comment.