From a27bed66076340c875700279fa5db8e73ef392e2 Mon Sep 17 00:00:00 2001 From: Artur Stolear Date: Thu, 9 Jan 2025 14:35:15 +0100 Subject: [PATCH] add github actions configuration for dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 08b7f751..3f8692d3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,9 @@ version: 2 updates: +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily - package-ecosystem: nuget directory: "/src" schedule: