Skip to content

Commit b92b736

Browse files
committed
Set main branch as dependabot target
1 parent 6f06e1a commit b92b736

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/dependabot.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7-
target-branch: "0.4.x"
7+
target-branch: "main"
88
- package-ecosystem: "cargo"
99
directory: "/fuzz/"
1010
schedule:
1111
interval: "weekly"
12-
target-branch: "0.4.x"
12+
target-branch: "main"
1313
- package-ecosystem: "github-actions"
1414
directory: "/"
1515
schedule:
1616
interval: "weekly"
17-
target-branch: "0.4.x"
17+
target-branch: "main"

0 commit comments

Comments
 (0)