From 52d8879e8e0ad12edcacf199c00ba2c1d7ddfa66 Mon Sep 17 00:00:00 2001 From: Markus Ofterdinger Date: Mon, 7 Apr 2025 10:51:07 +0200 Subject: [PATCH] Update dependabot.yml Keep also the actions up-to-date following this approach: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot#example-dependabotyml-file-for-github-actions --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 98e34377..2abce7b9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -27,3 +27,7 @@ updates: all-npm-dependencies: patterns: - "*" + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: "weekly"