Skip to content

Commit

Permalink
Merge pull request #3015 from nawazkh/update_dependabot
Browse files Browse the repository at this point in the history
Update dependabot.yml
  • Loading branch information
k8s-ci-robot authored Jan 11, 2023
2 parents f9c0745 + 8e0f446 commit f276e77
Showing 1 changed file with 25 additions and 26 deletions.
51 changes: 25 additions & 26 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,35 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# Please see the documentation for all configuration options: https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
# Dependencies listed in go.mod
- package-ecosystem: "gomod"
directory: "/" # Location of package manifests

# github-actions
- directory: "/"
package-ecosystem: "github-actions"
schedule:
interval: "daily" ## change it to interval:"weekly" once Dependabot starts working.
# day: "monday"
interval: "daily"
commit-message:
include: "scope"
ignore:
# Ignore controller-runtime as its upgraded manually.
- dependency-name: "sigs.k8s.io/controller-runtime"
# Ignore k8s and its transitives modules as they are upgraded manually
# together with controller-runtime.
- dependency-name: "k8s.io/*"
- dependency-name: "go.etcd.io/*"
- dependency-name: "google.golang.org/grpc"
include: scope
labels:
- "ok-to-test"
- "kind/cleanup"
- "priority/important-soon"
- "wg/security-audit"
# Dependencies listed in .github/workflows/*.yml
- package-ecosystem: "github-actions"
directory: "/"

# Go
- directory: "/"
package-ecosystem: "gomod"
schedule:
interval: "weekly"
day: "monday"
interval: "daily"
commit-message:
include: "scope"
include: scope
ignore:

# Ignore controller-runtime as its upgraded manually.
- dependency-name: "sigs.k8s.io/controller-runtime"

# Ignore k8s and its transitives modules as they are upgraded manually together with controller-runtime.
- dependency-name: "k8s.io/*"
- dependency-name: "go.etcd.io/*"
- dependency-name: "google.golang.org/grpc"
labels:
- "kind/cleanup"
- "ok-to-test"
- "ok-to-test"
- "kind/cleanup"

0 comments on commit f276e77

Please sign in to comment.