From 90c7cfe290e2e67bfaa01288509d8fca4845beee Mon Sep 17 00:00:00 2001 From: Daniel Hensby Date: Wed, 24 Jul 2024 15:44:14 +0100 Subject: [PATCH] ci: add dependabot integration for github actions --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b3e36ad1..84083577 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,3 +15,7 @@ updates: - 8.2.1 - 8.3.0 - 8.3.1 + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily