From 287617f94be113d6446f83c62758bd5a4da96e04 Mon Sep 17 00:00:00 2001 From: Allart Kooiman Date: Thu, 28 Nov 2024 11:08:46 +0100 Subject: [PATCH] chore: switch to main branch --- .github/dependabot.yml | 4 ++-- .github/workflows/main.yml | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5216d05..f24d82d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ updates: directory: '/' schedule: interval: 'monthly' - target-branch: 'master' + target-branch: 'main' versioning-strategy: increase-if-necessary allow: # Allow both direct and indirect updates for all packages @@ -12,4 +12,4 @@ updates: commit-message: prefix: fix prefix-development: chore - include: scope \ No newline at end of file + include: scope \ No newline at end of file diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c50bf51..3f34425 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,8 +3,7 @@ on: pull_request: ~ push: branches: - - develop - - master + - main jobs: run: runs-on: ubuntu-latest