From 9b7725b13e3a688925509f8dffd24c524e1db1bb Mon Sep 17 00:00:00 2001 From: Christopher Brookes Date: Wed, 10 Jan 2024 13:06:21 +0100 Subject: [PATCH] ci: enable dependabot for github-actions --- .github/dependabot.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 55e427dd..c78852b6 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -8,3 +8,7 @@ updates: schedule: interval: "weekly" day: "monday" + - package-ecosystem: "github-actions" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly"