From 57e4e806a2121f4bb4275525992e66485f0c1ded Mon Sep 17 00:00:00 2001 From: Jon Koops Date: Tue, 5 Sep 2023 23:20:49 +0200 Subject: [PATCH] Keep GitHub Actions dependencies up-to-date with Dependabot (#212) Co-authored-by: Frederik Prijck --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1fb0b58..a5a855b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: / schedule: interval: daily + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily