Skip to content

Commit e1d9adf

Browse files
authored
Use autosubmit for dependabot PRs. (#106082)
1 parent 6671503 commit e1d9adf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ updates:
1414
labels:
1515
- "team"
1616
- "team: infra"
17-
- "waiting for tree to go green"
17+
- "autosubmit"
1818
- package-ecosystem: "docker"
1919
directory: "/dev/ci/docker_linux"
2020
schedule:
@@ -26,7 +26,7 @@ updates:
2626
labels:
2727
- "team"
2828
- "team: infra"
29-
- "waiting for tree to go green"
29+
- "autosubmit"
3030
- package-ecosystem: "github-actions"
3131
directory: "/"
3232
schedule:
@@ -37,4 +37,4 @@ updates:
3737
labels:
3838
- "team"
3939
- "team: infra"
40-
- "waiting for tree to go green"
40+
- "autosubmit"

0 commit comments

Comments
 (0)