From befa53e1a9f9c27fcfd0d6a025f164434d91b533 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 11:08:57 +0000 Subject: [PATCH] =?UTF-8?q?hato-bot=E3=81=AECI=E3=82=92=E5=8F=8D=E6=98=A0?= =?UTF-8?q?=E3=81=99=E3=82=8B=E3=82=88=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/add-to-task-list.yml | 2 +- .github/workflows/format-json-yml.yml | 2 +- renovate.json | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add-to-task-list.yml b/.github/workflows/add-to-task-list.yml index 9a3778c48..904e1eb81 100644 --- a/.github/workflows/add-to-task-list.yml +++ b/.github/workflows/add-to-task-list.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == github.event.pull_request.head.repo.full_name steps: - - uses: dev-hato/actions-add-to-projects@v0.0.53 + - uses: dev-hato/actions-add-to-projects@v0.0.52 with: github_app_id: ${{ secrets.PROJECT_AUTOMATION_APP_ID }} github_app_private_key: ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }} diff --git a/.github/workflows/format-json-yml.yml b/.github/workflows/format-json-yml.yml index a8f428415..1fa78fe60 100644 --- a/.github/workflows/format-json-yml.yml +++ b/.github/workflows/format-json-yml.yml @@ -24,7 +24,7 @@ jobs: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} token: ${{secrets.CREATE_WORKFLOW_CI_TOKEN}} - - uses: dev-hato/actions-format-json-yml@v0.0.50 + - uses: dev-hato/actions-format-json-yml@v0.0.49 with: github-token: ${{secrets.GITHUB_TOKEN}} concurrency: diff --git a/renovate.json b/renovate.json index ce0e09de5..dee312c44 100644 --- a/renovate.json +++ b/renovate.json @@ -3,6 +3,12 @@ "github>dev-hato/renovate-config" ], "packageRules": [ + { + "matchPackageNames": [ + "flask" + ], + "allowedVersions": "<3.0.0" + }, { "matchPackageNames": [ "postgres"