Skip to content

Commit

Permalink
chore(dependabot): exclude k8s deps from updates
Browse files Browse the repository at this point in the history
This change will prevent automatically diverging from the opendatahub-operator project as we want to be consumed as dependency there.
  • Loading branch information
bartoszmajsak authored Jul 31, 2024
1 parent f5b90a2 commit d644ca9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ updates:
schedule:
interval: "weekly"
rebase-strategy: "disabled"
# To be aligned with opendatahub-operator codebase these dependencies are ignored for now
ignore:
- dependency-name: "sigs.k8s.io/controller-runtime"
- dependency-name: "k8s.io/*"
reviewers:
- aslakknutsen
- bartoszmajsak
Expand Down

0 comments on commit d644ca9

Please sign in to comment.