From fac42f4ce3cdceec16538992219494d9f97a5b9e Mon Sep 17 00:00:00 2001 From: Joshua Bronson Date: Thu, 4 Nov 2021 21:49:50 +0000 Subject: [PATCH] Add github-actions to dependabot config --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dc9b691..76719ac 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,4 @@ updates: schedule: interval: "monthly" open-pull-requests-limit: 1 + - package-ecosystem: "github-actions"