From 28898dbfb8c50666a0eba17f007f11aa043d16f4 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Thu, 14 Apr 2022 12:35:57 -0600 Subject: [PATCH] dependabot: monitor github actions --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a8a55248ff..b10ccce16c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,9 @@ updates: interval: "daily" commit-message: prefix: "rust:" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + commit-message: + prefix: "github-actions:" -- 2.47.2