Skip to content

Commit

Permalink
ci: Fix missing labels format in dependabot file (#3204)
Browse files Browse the repository at this point in the history
* Adapting other labels.

* chore: making sure we cover all the packages

* chore: Adapting other labels.

* chore: making sure we cover all the packages

* Adding changelog entry: 3204.fixed.md

---------

Co-authored-by: pyansys-ci-bot <pyansys.github.bot@ansys.com>
  • Loading branch information
germa89 and pyansys-ci-bot authored Jun 25, 2024
1 parent 484a350 commit 30d2712
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ updates:
day: "friday"
time: "00:00"
labels:
- "Maintenance"
- "Dependencies"
- "maintenance"
- "dependencies"
assignees:
- "ansys/pymapdl-maintainers"
commit-message:
Expand All @@ -48,7 +48,7 @@ updates:

core:
patterns:
- "*ansys*"
- "ansys*"
- "click"
- "matplotlib"
- "pexpect"
Expand All @@ -57,6 +57,7 @@ updates:
- "scipy"
- "tqdm"
- "vtk"
- "tabulate"

exclude-patterns:
- "ansys-api-mapdl"
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/3204.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ci: Fix missing labels format in dependabot file

0 comments on commit 30d2712

Please sign in to comment.