Skip to content

Commit 70adefe

Browse files
authored
Fix Dependabot
1 parent 016d8ac commit 70adefe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ updates:
1111
- "*"
1212
labels:
1313
- "dependencies"
14-
target-branch: "master"
14+
target-branch: "main"
1515

1616
- package-ecosystem: "github-actions"
1717
directory: "/"
@@ -22,4 +22,4 @@ updates:
2222
prefix: "[workflow]"
2323
labels:
2424
- "dependencies"
25-
target-branch: "master"
25+
target-branch: "main"

0 commit comments

Comments
 (0)