]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
ci: remove dependabot
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 23 Mar 2021 08:48:10 +0000 (09:48 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 23 Mar 2021 08:48:10 +0000 (09:48 +0100)
.github/auto-merge.yml [deleted file]
.github/dependabot.yml [deleted file]
.github/workflows/automerge.yml [deleted file]

diff --git a/.github/auto-merge.yml b/.github/auto-merge.yml
deleted file mode 100644 (file)
index b5ba2d0..0000000
+++ /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 (file)
index 0ee8388..0000000
+++ /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 (file)
index 1c072fc..0000000
+++ /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 }}