From 94b40c58b468cd5fed8ba1d0db33da21751ded75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6nig?= Date: Mon, 8 Jul 2024 23:17:20 +0200 Subject: [PATCH] feat: use staging as default branch --- .github/dependabot.yml | 4 ++-- .github/workflows/check-code-quality.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b3ea7bf6..150ceeb5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,10 +6,10 @@ updates: directory: /.github/ schedule: interval: daily - target-branch: main + target-branch: staging - package-ecosystem: npm directory: / schedule: interval: daily versioning-strategy: increase - target-branch: main + target-branch: staging diff --git a/.github/workflows/check-code-quality.yml b/.github/workflows/check-code-quality.yml index ad47afa6..de0c4095 100644 --- a/.github/workflows/check-code-quality.yml +++ b/.github/workflows/check-code-quality.yml @@ -5,6 +5,7 @@ on: push: branches: - main + - staging pull_request: branches: - '**'