From 86ca12eb4f19187197dccdbaaa9ce74534e5ebd8 Mon Sep 17 00:00:00 2001 From: nikolas Date: Wed, 24 Jan 2024 13:28:47 -0500 Subject: [PATCH] Add github-actions to dependabot --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index df135ce..6f517a8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,8 @@ updates: time: "10:00" open-pull-requests-limit: 10 versioning-strategy: increase-if-necessary +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + time: "10:00"