From af2704f98a867e78038ef78bed7e6db4875138eb Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Mon, 12 Feb 2024 23:07:40 +0100 Subject: [PATCH] ci: Check for updates to GitHub actions (#14761) --- .github/dependabot.yml | 5 +++++ .github/workflows/linter.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c1de7d8fd..6542c53a9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,10 @@ version: 2 updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 - package-ecosystem: "gomod" directory: "/" schedule: diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index b9998ebc5..b45a6f9d2 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -54,7 +54,7 @@ jobs: # Run Linter against code base # ################################ - name: Lint Code Base - uses: github/super-linter@v5 + uses: super-linter/super-linter@v6.0.0 env: VALIDATE_ALL_CODEBASE: false DEFAULT_BRANCH: master