From: Eduardo San Martin Morote Date: Tue, 23 Mar 2021 08:48:10 +0000 (+0100) Subject: ci: remove dependabot X-Git-Tag: v2.0.0-alpha.8~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ea4a188cf397317e60b33a1ae293563cfbbc84ee;p=thirdparty%2Fvuejs%2Fpinia.git ci: remove dependabot --- diff --git a/.github/auto-merge.yml b/.github/auto-merge.yml deleted file mode 100644 index b5ba2d04..00000000 --- a/.github/auto-merge.yml +++ /dev/null @@ -1,6 +0,0 @@ -- match: - dependency_type: development - update_type: all -- match: - dependency_type: production - update_type: security:major diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 0ee8388c..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,9 +0,0 @@ -version: 2 -updates: - # Enable version updates for npm - - package-ecosystem: "npm" - # Look for `package.json` and `lock` files in the `root` directory - directory: "/" - # Check the npm registry for updates every day (weekdays) - schedule: - interval: "weekly" diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml deleted file mode 100644 index 1c072fcf..00000000 --- a/.github/workflows/automerge.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: auto-merge - -on: - pull_request: - -jobs: - auto-merge: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: ahmadnassri/action-dependabot-auto-merge@v2 - with: - target: minor - command: squash and merge - github-token: ${{ secrets.GH_TOKEN }}