Skip to content

Commit

Permalink
Merge pull request #21 from cybozu-go/dependabot-ignore-k8s-related-p…
Browse files Browse the repository at this point in the history
…ackages

dependabot ignores k8s related packages
  • Loading branch information
terassyi authored Oct 1, 2024
2 parents 74ccd49 + a0e0e3d commit bc53957
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ updates:
directory: '/'
schedule:
interval: "weekly"
ignore:
- dependency-name: "k8s.io/*"
- dependency-name: "sigs.k8s.io/*"
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
Expand Down

0 comments on commit bc53957

Please sign in to comment.