From 94e7d7175c9049f4805dcb8500913baad030e2f3 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Mon, 8 Jan 2024 10:27:04 -0500 Subject: [PATCH] Have dependabot update GitHub Actions too (#536) See . --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f027d823f..09afae7f4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,7 @@ updates: interval: "weekly" allow: - dependency-type: "all" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"