From 49976c246207b332c2b53da25d08096cd2d7e798 Mon Sep 17 00:00:00 2001 From: jakubmkowalski Date: Fri, 5 Apr 2024 17:34:06 +0200 Subject: [PATCH] feat: changes branch name in dependabot file --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ab1a987..94c604d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ version: 2 updates: # Maintain dependencies for the core library - package-ecosystem: "gomod" - target-branch: "master" + target-branch: "main" directory: "/" schedule: interval: "daily" @@ -19,7 +19,7 @@ updates: # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" - target-branch: "master" + target-branch: "main" directory: "/" schedule: interval: "weekly"