ci: Check for updates to GitHub actions (#14761)

This commit is contained in:
Andreas Deininger 2024-02-12 23:07:40 +01:00 committed by GitHub
parent 4c685adb16
commit af2704f98a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -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:

View File

@ -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