From 5a3d1346941d6af88728e7e23945d59b9248fdef Mon Sep 17 00:00:00 2001 From: Stefan Graupner Date: Sun, 14 Jul 2024 14:57:41 +0200 Subject: [PATCH] chore: Repository maintenance --- .github/dependabot.yml | 4 ++++ .github/workflows/ci.yml | 3 ++- .github/workflows/gh-pages.yml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 97ab450a..1f515106 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,7 @@ updates: timezone: Europe/Berlin open-pull-requests-limit: 10 versioning-strategy: increase +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e59cd402..ba810313 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,11 +4,12 @@ on: branches: - main pull_request: + jobs: ci: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install modules run: yarn - name: Lint diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 9cd726f4..12a7df7f 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -9,7 +9,7 @@ jobs: gh-pages: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: actions/setup-node@v2 with: