Skip to content

Commit 891b336

Browse files
authored
Merge pull request #3007 from nawazkh/update_dependabot_filename
fix dependabot.yaml indentation
2 parents baaa53e + 86360c7 commit 891b336

File tree

1 file changed

+32
-34
lines changed

1 file changed

+32
-34
lines changed

.github/dependabot.yml

Lines changed: 32 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,35 @@
22
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
33
version: 2
44
updates:
5-
# Dependencies listed in go.mod
6-
- package-ecosystem: "gomod"
7-
directory: "/" # Location of package manifests
8-
schedule:
9-
interval: "weekly"
10-
day: "monday"
11-
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"
21-
labels:
22-
- "ok-to-test"
23-
- "kind/cleanup"
24-
- "priority/important-soon"
25-
- "wg/security-audit"
26-
27-
28-
# Dependencies listed in .github/workflows/*.yml
29-
- package-ecosystem: "github-actions"
30-
directory: "/"
31-
schedule:
32-
interval: "weekly"
33-
day: "monday"
34-
commit-message:
35-
include: "scope"
36-
labels:
37-
- "kind/cleanup"
38-
- "ok-to-test"
5+
# Dependencies listed in go.mod
6+
- package-ecosystem: "gomod"
7+
directory: "/" # Location of package manifests
8+
schedule:
9+
interval: "daily" ## change it to interval:"weekly" once Dependabot starts working.
10+
# day: "monday"
11+
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"
21+
labels:
22+
- "ok-to-test"
23+
- "kind/cleanup"
24+
- "priority/important-soon"
25+
- "wg/security-audit"
26+
# Dependencies listed in .github/workflows/*.yml
27+
- package-ecosystem: "github-actions"
28+
directory: "/"
29+
schedule:
30+
interval: "weekly"
31+
day: "monday"
32+
commit-message:
33+
include: "scope"
34+
labels:
35+
- "kind/cleanup"
36+
- "ok-to-test"

0 commit comments

Comments
 (0)