From ce9a5780d0aae90343bcdc3c31d4c6538fe2406a Mon Sep 17 00:00:00 2001 From: Lala Sabathil Date: Thu, 27 Jul 2023 08:11:52 +0200 Subject: [PATCH 1/3] feat(actions): version-updates.yml (#2182) Signed-off-by: Lala Sabathil --- .github/workflows/version-updates.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/version-updates.yml diff --git a/.github/workflows/version-updates.yml b/.github/workflows/version-updates.yml new file mode 100644 index 0000000000..f98f1f34ed --- /dev/null +++ b/.github/workflows/version-updates.yml @@ -0,0 +1,20 @@ +name: Version Update Auto Merge +on: pull_request + +permissions: + contents: write + pull-requests: write + +jobs: + auto-merge: + runs-on: ubuntu-latest + if: ${{ github.actor == 'dependabot[bot]' }} + steps: + - run: gh pr review --approve "$PR_URL" + env: + PR_URL: ${{github.event.pull_request.html_url}} + GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} + - run: gh pr merge --auto --squash "$PR_URL" + env: + PR_URL: ${{github.event.pull_request.html_url}} + GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} From 7ba349f598180f185001a8ec24bd2735881d1bf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 14:29:40 +0000 Subject: [PATCH 2/3] chore(deps-dev): Update pytest-asyncio requirement from ~=0.21.0 to ~=0.21.1 (#2168) chore(deps-dev): Update pytest-asyncio requirement Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.21.0...v0.21.1) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lala Sabathil --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 32b37b7790..b946d99927 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,7 +1,7 @@ -r _.txt pylint~=2.17.4 pytest~=7.4.0 -pytest-asyncio~=0.21.0 +pytest-asyncio~=0.21.1 # pytest-order~=1.0.1 mypy~=1.4.1 coverage~=7.2 From 0763261e2cfde59641bb2f46b704c6acee5fa712 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 09:42:17 -0500 Subject: [PATCH 3/3] chore(deps-dev): Update pylint requirement from ~=2.17.4 to ~=2.17.5 (#2181) Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.17.4...v2.17.5) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lala Sabathil --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index b946d99927..4219dc6a8e 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,5 +1,5 @@ -r _.txt -pylint~=2.17.4 +pylint~=2.17.5 pytest~=7.4.0 pytest-asyncio~=0.21.1 # pytest-order~=1.0.1