Skip to content

Commit eda3a41

Browse files
Update dependabot groups and test against HPS v1.2.0 (#172)
1 parent bfb9343 commit eda3a41

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

.github/dependabot.yml

+14-8
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,27 @@ updates:
99
- "maintenance"
1010
- "dependencies"
1111
groups:
12-
general-dependencies:
13-
patterns:
14-
- "*"
15-
exclude-patterns:
16-
- "*sphinx*"
17-
- "pytest*"
18-
test-dependencies:
12+
pytest-dependencies:
1913
patterns:
2014
- "pytest*"
2115
doc-dependencies:
2216
patterns:
23-
- "*sphinx*"
17+
- "numpydoc"
18+
- "Sphinx"
19+
- "sphinx*"
20+
- "ansys-sphinx-theme*"
21+
- "myst-parser"
22+
- "nbconvert"
23+
- "nbsphinx"
24+
- "autodoc_pydantic"
25+
- "jupyter_sphinx"
2426
- package-ecosystem: "github-actions"
2527
directory: "/"
2628
schedule:
2729
interval: "weekly"
2830
labels:
2931
- "maintenance"
32+
groups:
33+
actions:
34+
patterns:
35+
- "*"

.github/workflows/ci_cd.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,12 @@ jobs:
6060
token: ${{ secrets.GITHUB_TOKEN }}
6161

6262
tests:
63-
name: "Tests from pyhps repo"
63+
name: "Tests"
6464
uses: ansys/pyhps/.github/workflows/tests.yml@main
6565
with:
6666
runner: "ubuntu-latest-8-cores"
6767
docker-compose-profiles: "backend"
68+
hps-version: "v1.2.0"
6869
secrets: inherit # pass all secrets
6970

7071
docs:

0 commit comments

Comments
 (0)