From 63f1d8995a3254fdd9078df02fdac8584c482e62 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Mon, 15 Jul 2024 02:30:48 -0700 Subject: chore(deps): Add dependabot for GitHub Actions (#2257) Signed-off-by: Luca Comellini --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github/dependabot.yml') diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7607ffe6..434e7279 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,3 +21,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" -- cgit v1.3.1