diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index f8b76cbca1..739178ff56 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -1,4 +1,4 @@ -name: Dependabot +name: MultiPR Dependabot on: workflow_dispatch: schedule: @@ -13,12 +13,12 @@ jobs: check-dependencies: runs-on: ubuntu-latest steps: - - uses: marcoroth/dependabot-bump-together-action@v0.3.1 + - uses: marcoroth/dependabot-bump-together-action@main with: dependencies: ansys-api-mapdl, vtk, ansys-corba, ansys-dpf-core, ansys-mapdl-reader, ansys-platform-instancemanagement, ansys-sphinx-theme, pyansys-tools-report, appdirs, autopep8, click, imageio-ffmpeg, imageio, importlib-metadata, jupyter_sphinx, jupyterlab, matplotlib, numpy, numpydoc, pandas, pexpect, plotly, protobuf, pyiges, pypandoc, pytest-cov, pytest-rerunfailures, pytest-sphinx, pytest, pythreejs, pyvista, scipy, setuptools, sphinx-autobuild, sphinx-autodoc-typehints, sphinx-copybutton, sphinx-gallery, sphinx-notfound-page, sphinxcontrib-websupport, sphinxemoji, tqdm, wheel package_managers: pip directory: / branch: main username: ${{ secrets.GH_USERNAME }} - token: ${{ secrets.MULTIPR_DEPENDABOT }} + token: ${{ secrets.GITHUB_TOKEN }}