Skip to content

Commit 935380c

Browse files
committed
cicd: dependabot group deps bump (#295)
* cicd: dependabot group deps bump * fix: broken links
1 parent 80900f2 commit 935380c

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,18 @@ updates:
33
- package-ecosystem: "pip"
44
directory: "/"
55
insecure-external-code-execution: allow
6-
open-pull-requests-limit: 15
76
schedule:
87
interval: "daily"
8+
groups:
9+
deps:
10+
patterns:
11+
- "*"
912

1013
- package-ecosystem: "github-actions"
1114
directory: "/"
1215
schedule:
1316
interval: "daily"
17+
groups:
18+
actions:
19+
patterns:
20+
- "*"

doc/source/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ PyAnsys packages API reference
7676

7777
.. grid-item-card:: PyMAPDL Reader
7878
:img-top: _static/thumbnails/pymapdl.png
79-
:link: https://reader.docs.pyansys.com/api/index.html
79+
:link: https://reader.docs.pyansys.com/version/stable/api/index.html
8080
:text-align: center
8181
:class-title: pyansys-card-title
8282

doc/source/examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ PyAnsys packages examples
6565

6666
.. grid-item-card:: PyMAPDL Reader
6767
:img-top: _static/thumbnails/pymapdl.png
68-
:link: https://reader.docs.pyansys.com/examples/index.html
68+
:link: https://reader.docs.pyansys.com/version/stable/examples/index.html
6969
:text-align: center
7070
:class-title: pyansys-card-title
7171

doc/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ it is now a collection of many Python packages for using Ansys products through
9090

9191
.. grid-item-card:: PyMAPDL Reader
9292
:img-top: _static/thumbnails/pymapdl.png
93-
:link: https://reader.docs.pyansys.com/
93+
:link: https://reader.docs.pyansys.com/version/stable
9494
:text-align: center
9595
:class-title: pyansys-card-title
9696

doc/source/user_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ PyAnsys packages user guides
6868

6969
.. grid-item-card:: PyMAPDL Reader
7070
:img-top: _static/thumbnails/pymapdl.png
71-
:link: https://reader.docs.pyansys.com/user_guide/index.html
71+
:link: https://reader.docs.pyansys.com/version/stable/user_guide/index.html
7272
:text-align: center
7373
:class-title: pyansys-card-title
7474

0 commit comments

Comments
 (0)