Skip to content

Commit

Permalink
Fix mutidependabot ci (#2088)
Browse files Browse the repository at this point in the history
* Update dependabot.yml

* Update name

* Not specifying the patch for the action.

* Update .github/workflows/dependabot.yml
  • Loading branch information
germa89 authored Jun 12, 2023
1 parent a8b0e32 commit d0e1cca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dependabot
name: MultiPR Dependabot
on:
workflow_dispatch:
schedule:
Expand All @@ -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 }}

0 comments on commit d0e1cca

Please sign in to comment.