From 9d4fd70db8b2694d568845db03637eef1748e90d Mon Sep 17 00:00:00 2001 From: Dipin <26918585+dipinknair@users.noreply.github.com> Date: Wed, 3 Apr 2024 12:45:52 -0500 Subject: [PATCH 1/2] Fix: Assign ci bot for dependabot PR (#677) Co-authored-by: pyansys-ci-bot --- .github/dependabot.yml | 4 +++- doc/changelog.d/677.fixed.md | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/677.fixed.md 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 From a2534c9a678e93a1bd64f2c877a85d945bb566ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 18:03:59 +0000 Subject: [PATCH 2/2] MAINT: Bump the doc group with 1 update (#678) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot --- doc/changelog.d/678.dependencies.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/678.dependencies.md 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 c088a875e..eee5daebb 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",