From cb97b736a7ac65680e05f14b1745cf96b6d7f9cc Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 15 Jan 2024 08:52:41 -0700 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3e85573..038203c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,8 @@ updates: directory: "/src/Cardknox.NET/" # Location of package manifests schedule: interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly"