diff --git a/.github/workflows/github-auto-merge.yml b/.github/workflows/github-auto-merge.yml new file mode 100644 index 0000000..1a50732 --- /dev/null +++ b/.github/workflows/github-auto-merge.yml @@ -0,0 +1,17 @@ +name: auto-merge + +on: + pull_request: + +jobs: + auto-merge: + runs-on: ubuntu-latest + if: github.actor == 'dependabot[bot]' + steps: + - uses: actions/checkout@v2 + - uses: ahmadnassri/action-dependabot-auto-merge@v2 + with: + node-version: '14' + with: + target: minor + github-token: ${{ secrets.DEPENDABOT_AUTO_MERGE_TOKEN }} \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index b873f52..44dd3ee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1877,9 +1877,9 @@ "@hapi/hoek" "^9.0.0" "@sideway/formula@^3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@sideway/formula/-/formula-3.0.0.tgz#fe158aee32e6bd5de85044be615bc08478a0a13c" - integrity sha512-vHe7wZ4NOXVfkoRb8T5otiENVlT7a3IAiw7H5M2+GO+9CDgcVUUsX1zalAztCmwyOr2RUTGJdgB+ZvSVqmdHmg== + version "3.0.1" + resolved "https://registry.yarnpkg.com/@sideway/formula/-/formula-3.0.1.tgz#80fcbcbaf7ce031e0ef2dd29b1bfc7c3f583611f" + integrity sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg== "@sideway/pinpoint@^2.0.0": version "2.0.0"