diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7b34501..bed4485 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,11 @@ version: 2 updates: + - package-ecosystem: "github-actions" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests schedule: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 397c386..4ee7b12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: matrix: