From 4284adb0ecce4fcd7046ea5427f24bd3e1cf9177 Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 21 Jun 2022 08:57:18 +0200 Subject: [PATCH] fix(ci): Pipeline updates (#390) * fix(ci): Increase github actions timeout to 15 min. * fix(ci): Add testdata to renovate ignorePaths. --- .github/workflows/acc-test.yaml | 2 +- renovate.json5 | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/acc-test.yaml b/.github/workflows/acc-test.yaml index e9dbf261..ece29381 100644 --- a/.github/workflows/acc-test.yaml +++ b/.github/workflows/acc-test.yaml @@ -21,7 +21,7 @@ env: jobs: acc-test: runs-on: ubuntu-20.04 - timeout-minutes: 10 + timeout-minutes: 15 strategy: fail-fast: false matrix: diff --git a/renovate.json5 b/renovate.json5 index d080ae90..4b131d49 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -15,5 +15,6 @@ "matchUpdateTypes": ["digest"], "enabled": false, } - ] + ], + "ignorePaths": ["**/testdata/**"] }