From aa9c23a8e3e118bef547d392216bd2c796260da5 Mon Sep 17 00:00:00 2001 From: Matej Novotny Date: Thu, 11 Jun 2026 17:20:44 +0200 Subject: [PATCH] Update branch references from master to main --- .github/dependabot.yml | 4 ++-- .github/workflows/ci-actions.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 68d4157d..5321984a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,13 +5,13 @@ updates: schedule: interval: weekly open-pull-requests-limit: 15 - target-branch: master + target-branch: main - package-ecosystem: maven directory: "/" schedule: interval: weekly open-pull-requests-limit: 15 - target-branch: master + target-branch: main - package-ecosystem: github-actions directory: "/" schedule: diff --git a/.github/workflows/ci-actions.yml b/.github/workflows/ci-actions.yml index 3f8ad634..c80b18db 100644 --- a/.github/workflows/ci-actions.yml +++ b/.github/workflows/ci-actions.yml @@ -3,7 +3,7 @@ name: Weld API CI on: pull_request: - branches: [ master ] + branches: [ main ] jobs: build: