Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: daily
groups:
k8s.io:
patterns:
- "k8s.io/*"
ignore:
- dependency-name: "k8s.io/*"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For improved maintainability, consider adding a comment to explain why k8s.io dependencies are being ignored. This will provide valuable context for future contributors who might wonder why these dependencies are not being updated by Dependabot, and it clarifies that this is an intentional decision.

      # Exclude k8s.io dependencies from automated updates to prevent breaking changes.
      # These are updated manually. See issue #1403.
      - dependency-name: "k8s.io/*"

Loading