Skip to content

Commit 7fedc1e

Browse files
committed
chore(deps): update target branch from master to main in dependabot config
1 parent e2a129e commit 7fedc1e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ updates:
3131
# ──────────────────────────────────────────────────────────────
3232
- package-ecosystem: "gomod"
3333
directory: "/"
34-
target-branch: "master"
34+
target-branch: "main"
3535
schedule:
3636
interval: "weekly"
3737
day: "monday"
@@ -60,7 +60,7 @@ updates:
6060
# ──────────────────────────────────────────────────────────────
6161
- package-ecosystem: "gomod"
6262
directory: "/example/"
63-
target-branch: "master"
63+
target-branch: "main"
6464
schedule:
6565
interval: "weekly"
6666
day: "monday"
@@ -89,7 +89,7 @@ updates:
8989
# ──────────────────────────────────────────────────────────────
9090
- package-ecosystem: "github-actions"
9191
directory: "/"
92-
target-branch: "master"
92+
target-branch: "main"
9393
schedule:
9494
interval: "weekly"
9595
day: "monday"
@@ -112,7 +112,7 @@ updates:
112112
# ──────────────────────────────────────────────────────────────
113113
- package-ecosystem: "devcontainers"
114114
directory: "/"
115-
target-branch: "master"
115+
target-branch: "main"
116116
schedule:
117117
interval: "weekly"
118118
day: "monday"

0 commit comments

Comments
 (0)