+++ /dev/null
-- match:
- dependency_type: development
- update_type: all
-- match:
- dependency_type: production
- update_type: security:major
+++ /dev/null
-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"
+++ /dev/null
-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 }}