diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d49f14a..2c472d9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,12 +7,12 @@ version: 2 updates: - package-ecosystem: 'npm' # See documentation for possible values directory: '/' # Location of package manifests - target-branch: 'main' + target-branch: 'dev' schedule: interval: 'weekly' - package-ecosystem: 'github-actions' directory: '/' - target-branch: 'main' + target-branch: 'dev' schedule: interval: 'weekly' diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 3c9cb70..8525dc5 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -5,10 +5,6 @@ on: pull_request: types: [opened, synchronize] -concurrency: - group: 'testbuild' - cancel-in-progress: true - jobs: Build: runs-on: ubuntu-latest