diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f7fb13b9b..283c3ff8d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: schedule: interval: "weekly" assignees: - - "ansys/pymechanical-maintainers" + - "pyansys-ci-bot" commit-message: prefix: "MAINT" labels: @@ -58,6 +58,8 @@ updates: directory: "/" schedule: interval: "weekly" + assignees: + - "pyansys-ci-bot" labels: - "maintenance" - "dependencies" diff --git a/doc/changelog.d/677.fixed.md b/doc/changelog.d/677.fixed.md new file mode 100644 index 000000000..054d4ea4d --- /dev/null +++ b/doc/changelog.d/677.fixed.md @@ -0,0 +1 @@ +Fix: Assign ci bot for dependabot PR \ No newline at end of file diff --git a/doc/changelog.d/678.dependencies.md b/doc/changelog.d/678.dependencies.md new file mode 100644 index 000000000..767a473f2 --- /dev/null +++ b/doc/changelog.d/678.dependencies.md @@ -0,0 +1 @@ +MAINT: Bump the doc group with 1 update \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 996156b0a..322479f39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ tests = [ ] doc = [ "Sphinx==7.2.6", - "ansys-sphinx-theme==0.15.0", + "ansys-sphinx-theme==0.15.1", "grpcio==1.62.1", "imageio-ffmpeg==0.4.9", "imageio==2.34.0",