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