From: Bob Halley Date: Sun, 12 Jun 2022 00:16:49 +0000 (-0700) Subject: have dependabot monitor github-actions too X-Git-Tag: v2.3.0rc1~63 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c728c5128a53c176f0dc600e64250f602e2d2c64;p=thirdparty%2Fdnspython.git have dependabot monitor github-actions too --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cf7a39fb..6e549e66 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + - package-ecosystem: "github-actions" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily"