Skip to content

Commit f276e77

Browse files
authored
Merge pull request #3015 from nawazkh/update_dependabot
Update dependabot.yml
2 parents f9c0745 + 8e0f446 commit f276e77

File tree

1 file changed

+25
-26
lines changed

1 file changed

+25
-26
lines changed

.github/dependabot.yml

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,35 @@
1-
# Please see the documentation for all configuration options:
2-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
1+
# Please see the documentation for all configuration options: https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2+
33
version: 2
44
updates:
5-
# Dependencies listed in go.mod
6-
- package-ecosystem: "gomod"
7-
directory: "/" # Location of package manifests
5+
6+
# github-actions
7+
- directory: "/"
8+
package-ecosystem: "github-actions"
89
schedule:
9-
interval: "daily" ## change it to interval:"weekly" once Dependabot starts working.
10-
# day: "monday"
10+
interval: "daily"
1111
commit-message:
12-
include: "scope"
13-
ignore:
14-
# Ignore controller-runtime as its upgraded manually.
15-
- dependency-name: "sigs.k8s.io/controller-runtime"
16-
# Ignore k8s and its transitives modules as they are upgraded manually
17-
# together with controller-runtime.
18-
- dependency-name: "k8s.io/*"
19-
- dependency-name: "go.etcd.io/*"
20-
- dependency-name: "google.golang.org/grpc"
12+
include: scope
2113
labels:
2214
- "ok-to-test"
2315
- "kind/cleanup"
24-
- "priority/important-soon"
25-
- "wg/security-audit"
26-
# Dependencies listed in .github/workflows/*.yml
27-
- package-ecosystem: "github-actions"
28-
directory: "/"
16+
17+
# Go
18+
- directory: "/"
19+
package-ecosystem: "gomod"
2920
schedule:
30-
interval: "weekly"
31-
day: "monday"
21+
interval: "daily"
3222
commit-message:
33-
include: "scope"
23+
include: scope
24+
ignore:
25+
26+
# Ignore controller-runtime as its upgraded manually.
27+
- dependency-name: "sigs.k8s.io/controller-runtime"
28+
29+
# Ignore k8s and its transitives modules as they are upgraded manually together with controller-runtime.
30+
- dependency-name: "k8s.io/*"
31+
- dependency-name: "go.etcd.io/*"
32+
- dependency-name: "google.golang.org/grpc"
3433
labels:
35-
- "kind/cleanup"
36-
- "ok-to-test"
34+
- "ok-to-test"
35+
- "kind/cleanup"

0 commit comments

Comments
 (0)