From e1f913e30d64a4084f5cac32c9581c01211c7e01 Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Sun, 15 Dec 2024 12:18:55 +0100 Subject: [PATCH] - enable dependabot updates for GitHub Actions --- .github/dependabot.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 16e2185..445786a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,7 @@ version: 2 updates: - # Enable version updates for npm - package-ecosystem: 'npm' - # Look for `package.json` and `lock` files in the `root` directory directory: '/' - # Check the npm registry for updates every day (weekdays) schedule: interval: 'weekly' groups: @@ -17,4 +14,8 @@ updates: - "js-yaml" - "prettier" - "ts-jest" - - "typescript" \ No newline at end of file + - "typescript" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"