Skip to content

Commit

Permalink
ignore some transient dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito committed Jan 23, 2023
1 parent 85780af commit 5554012
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "k8s.io/klog/*"
# covered by k8s.io/client-go
- dependency-name: "k8s.io/api"
- dependency-name: "k8s.io/apimachinery"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 5554012

Please sign in to comment.