Skip to content

Commit cd51aaa

Browse files
Update Dependabot configuration
- Remove configurations for deprecated branches no longer in use - Change schedule to perform checks daily for up-to-date dependency management - Ensure dependencies in sample projects are properly included in checks
1 parent f7a02ad commit cd51aaa

File tree

1 file changed

+26
-18
lines changed

1 file changed

+26
-18
lines changed

.github/dependabot.yml

Lines changed: 26 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ updates:
1111
# default location of `.github/workflows`
1212
directory: "/"
1313
schedule:
14-
interval: "weekly"
14+
interval: "daily"
1515
commit-message:
1616
prefix: ":seedling:"
1717
labels:
@@ -21,48 +21,56 @@ updates:
2121
- package-ecosystem: "gomod"
2222
directory: "/"
2323
schedule:
24-
interval: "weekly"
24+
interval: "daily"
2525
commit-message:
2626
prefix: ":seedling:"
2727
labels:
2828
- "ok-to-test"
2929

30-
# Maintain dependencies for dockerfile in the branches
31-
- package-ecosystem: docker
32-
directory: "/build/thirdparty/darwin"
33-
target-branch: "tools-releases"
30+
# Maintain dependencies for go
31+
- package-ecosystem: "gomod"
32+
directory: "/testdata/project-v4"
3433
schedule:
35-
interval: daily
34+
interval: "daily"
3635
commit-message:
3736
prefix: ":seedling:"
38-
- package-ecosystem: docker
39-
directory: "/build/thirdparty/linux"
40-
target-branch: "tools-releases"
37+
labels:
38+
- "ok-to-test"
39+
40+
# Maintain dependencies for go
41+
- package-ecosystem: "gomod"
42+
directory: "/testdata/project-v4-with-plugins"
4143
schedule:
42-
interval: "weekly"
44+
interval: "daily"
4345
commit-message:
4446
prefix: ":seedling:"
47+
labels:
48+
- "ok-to-test"
4549

46-
# Maintain dependencies for dockerfile scaffold in the projects
47-
- package-ecosystem: docker
48-
directory: "testdata/project-v3"
50+
# Maintain dependencies for go
51+
- package-ecosystem: "gomod"
52+
directory: "/testdata/project-v4-multigroup"
4953
schedule:
50-
interval: daily
54+
interval: "daily"
5155
commit-message:
5256
prefix: ":seedling:"
57+
labels:
58+
- "ok-to-test"
59+
60+
# Maintain dependencies for dockerfile scaffold in the projects
5361
- package-ecosystem: docker
5462
directory: "testdata/project-v4"
5563
schedule:
56-
interval: "weekly"
64+
interval: daily
5765
commit-message:
5866
prefix: ":seedling:"
5967

6068
# Maintain dependencies for go in external plugin sample
6169
- package-ecosystem: "gomod"
6270
directory: "docs/book/src/simple-external-plugin-tutorial/testdata/sampleexternalplugin/v1"
6371
schedule:
64-
interval: "weekly"
72+
interval: "daily"
6573
commit-message:
66-
prefix: ":seedling:"
74+
prefix: ":book:"
6775
labels:
6876
- "ok-to-test"

0 commit comments

Comments
 (0)