Skip to content

Commit 50821c0

Browse files
:seeding: Update dependabot.yml to just raise PRs against project-v4 sample (#4273)
The go.mod check for sample configuration helps us identify potential required bumps. However, note that go.mod is often updated by controller-runtime, so we can't manually change certain dependencies. Additionally, we only need to check one sample project—there’s no need to duplicate efforts by opening the same PR across all samples.
1 parent 31cdaa9 commit 50821c0

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -37,26 +37,6 @@ updates:
3737
labels:
3838
- "ok-to-test"
3939

40-
# Maintain dependencies for go
41-
- package-ecosystem: "gomod"
42-
directory: "/testdata/project-v4-with-plugins"
43-
schedule:
44-
interval: "daily"
45-
commit-message:
46-
prefix: ":seedling:"
47-
labels:
48-
- "ok-to-test"
49-
50-
# Maintain dependencies for go
51-
- package-ecosystem: "gomod"
52-
directory: "/testdata/project-v4-multigroup"
53-
schedule:
54-
interval: "daily"
55-
commit-message:
56-
prefix: ":seedling:"
57-
labels:
58-
- "ok-to-test"
59-
6040
# Maintain dependencies for dockerfile scaffold in the projects
6141
- package-ecosystem: docker
6242
directory: "testdata/project-v4"

0 commit comments

Comments
 (0)