diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..37b9de0 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: composer + directory: "/" + schedule: + interval: weekly + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly \ No newline at end of file diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 95a0848..0e027b4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -4,6 +4,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 + - uses: jazzsequence/github-action-validator@v1 - name: Lint run: shellcheck bin/*.sh \ No newline at end of file