Skip to content

Commit b4eb6bc

Browse files
authored
chore(ci): Change target branch from 'next' to 'main' in dependabot
1 parent 476b660 commit b4eb6bc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ updates:
88

99
- package-ecosystem: "npm"
1010
directory: "/"
11-
target-branch: "next"
11+
target-branch: "main"
1212
assignees:
1313
- "XFox111"
1414
schedule:
@@ -21,7 +21,7 @@ updates:
2121

2222
- package-ecosystem: "github-actions"
2323
directory: "/"
24-
target-branch: "next"
24+
target-branch: "main"
2525
assignees:
2626
- "XFox111"
2727
schedule:
@@ -34,7 +34,7 @@ updates:
3434

3535
- package-ecosystem: "devcontainers"
3636
directory: "/"
37-
target-branch: "next"
37+
target-branch: "main"
3838
assignees:
3939
- "XFox111"
4040
schedule:
@@ -47,7 +47,7 @@ updates:
4747

4848
- package-ecosystem: "docker"
4949
directory: "/"
50-
target-branch: "next"
50+
target-branch: "main"
5151
assignees:
5252
- "XFox111"
5353
schedule:

0 commit comments

Comments
 (0)