From a00d1d9ac99c7af8246e0d4e72c3cee481ad7561 Mon Sep 17 00:00:00 2001 From: Ivan Dlugos <6349682+vaind@users.noreply.github.com> Date: Thu, 1 Aug 2024 17:16:10 +0200 Subject: [PATCH] deps: change updater PR strategy to update on low-risk updates Flutter SDK in metrics and symbol-collector update jobs aren't expected to break so there's little reason to keep old PRs --- .github/workflows/update-deps.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index d7eaf21a58..459b4f3687 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -33,6 +33,7 @@ jobs: path: metrics/flutter.properties name: Flutter SDK (metrics) changelog-entry: false + pr-strategy: update secrets: api-token: ${{ secrets.CI_DEPLOY_KEY }} @@ -42,5 +43,6 @@ jobs: path: scripts/update-symbol-collector.sh name: Symbol collector CLI changelog-entry: false + pr-strategy: update secrets: api-token: ${{ secrets.CI_DEPLOY_KEY }}