From b6a392d244f967e9bcddd7e4c6381777fda57c91 Mon Sep 17 00:00:00 2001 From: Arkadiusz Bokowy Date: Thu, 16 Feb 2023 16:49:10 +0100 Subject: [PATCH] Check for github-actions updates every week (#25075) --- .github/dependabot.yml | 6 ++++++ .github/workflows/cirque.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cf59391ca0ef32..e73c880d13fae2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,11 @@ version: 2 updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "gitsubmodule" directory: "/" schedule: diff --git a/.github/workflows/cirque.yaml b/.github/workflows/cirque.yaml index b758c4beb38a18..8f872b254b3d81 100644 --- a/.github/workflows/cirque.yaml +++ b/.github/workflows/cirque.yaml @@ -97,7 +97,7 @@ jobs: -- scripts/tests/cirque_tests.sh bootstrap - name: Artifact suffix id: outsuffix - uses: haya14busa/action-cond@v1.0.0 + uses: haya14busa/action-cond@v1 if: ${{ !env.ACT }} with: cond: ${{ github.event.pull_request.number == '' }}