Skip to content

MultiPR Dependabot

MultiPR Dependabot #73

Workflow file for this run

name: MultiPR Dependabot
on:
workflow_dispatch:
schedule:
# Every Sunday at 1PM UTC (9AM EST)
- cron: "0 0 * * 2"
permissions:
contents: write
pull-requests: write
jobs:
check-dependencies:
runs-on: ubuntu-latest
steps:
- uses: marcoroth/dependabot-bump-together-action@main
with:
dependencies: ansys-api-mapdl, ansys-dpf-core, ansys-mapdl-reader, ansys-math-core, ansys-platform-instancemanagement, ansys-sphinx-theme, ansys-tools-path, autopep8, click, grpcio, imageio, imageio-ffmpeg, importlib-metadata, jupyter_sphinx, jupyterlab, matplotlib, numpy, numpydoc, pandas, pexpect, platformdirs, plotly, protobuf, psutil, pyansys-tools-report, pyansys-tools-versioning, pyiges, pyiges[full], pypandoc, pytest, pytest-cov, pytest-pyvista, pytest-rerunfailures, pytest-sphinx, pythreejs, pyvista, scipy, sphinx, sphinx-autobuild, sphinx-autodoc-typehints, sphinx-copybutton, sphinx-gallery, sphinx-reredirects, sphinxcontrib-websupport, sphinxemoji, tqdm, vtk
package_managers: pip
directory: /
branch: main
username: ${{ secrets.GH_USERNAME }}
token: ${{ secrets.MULTIPR_DEPENDABOT }}