Skip to content

Commit c6f78a0

Browse files
Using workable_main for dependabot alerts
1 parent f414466 commit c6f78a0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,31 @@ version: 2
22
updates:
33

44
- package-ecosystem: "github-actions"
5+
target-branch: "workable_main"
56
directory: "/"
67
schedule:
78
interval: "weekly"
89

910
- package-ecosystem: "docker"
11+
target-branch: "workable_main"
1012
directory: "/"
1113
schedule:
1214
interval: "weekly"
1315

1416
- package-ecosystem: docker
17+
target-branch: "workable_main"
1518
directory: /e2e
1619
schedule:
1720
interval: weekly
1821

1922
- package-ecosystem: docker
23+
target-branch: "workable_main"
2024
directory: /hack/api-docs
2125
schedule:
2226
interval: weekly
2327

2428
- package-ecosystem: pip
29+
target-branch: "workable_main"
2530
directory: /hack/api-docs
2631
schedule:
2732
interval: weekly

0 commit comments

Comments
 (0)