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: - '**'