diff --git a/.github/workflows/notice-new-dependencies.yml b/.github/workflows/notice-new-dependencies.yml new file mode 100644 index 0000000..dee081a --- /dev/null +++ b/.github/workflows/notice-new-dependencies.yml @@ -0,0 +1,13 @@ +name: Notice new dependencies +on: + - pull_request + +jobs: + notice_new_dependencies: + name: Notice new dependencies + runs-on: ubuntu-latest + steps: + - name: Check for new dependencies + uses: hiwelo/new-dependencies-action@master + with: + token: ${{ secrets.GITHUB_TOKEN }}