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/**"] }