Skip to content

Commit 32d5e13

Browse files
committed
Fix dependabot errors
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
1 parent 2e78806 commit 32d5e13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ version: 2
22
updates:
33
- package-ecosystem: "gradle"
44
directory: "/"
5-
target-branch: "next"
5+
target-branch: "main"
66
schedule:
77
interval: "daily"
88
- package-ecosystem: "github-actions"
99
directory: "/"
10-
target-branch: "next"
10+
target-branch: "main"
1111
schedule:
1212
interval: "daily"

0 commit comments

Comments
 (0)