From 42560a7131ed58f3cce6143194fe18634ae3d815 Mon Sep 17 00:00:00 2001 From: "bo.jiang" Date: Tue, 27 Jun 2023 17:42:19 +0800 Subject: [PATCH] Bump xt0rted/slash-command-action from v1 to v2 Signed-off-by: bo.jiang --- .github/dependabot.yml | 10 ++++++++++ .github/workflows/support-command.yaml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..eff95b7e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: weekly + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: weekly diff --git a/.github/workflows/support-command.yaml b/.github/workflows/support-command.yaml index b70c8e02..84b6bbc9 100644 --- a/.github/workflows/support-command.yaml +++ b/.github/workflows/support-command.yaml @@ -10,7 +10,7 @@ jobs: steps: - name: check for the /support command id: command - uses: xt0rted/slash-command-action@v1 + uses: xt0rted/slash-command-action@v2 continue-on-error: true with: repo-token: ${{ secrets.GITHUB_TOKEN }}