From: Tim Düsterhus Date: Mon, 7 Mar 2022 15:04:28 +0000 (+0100) Subject: Add github-actions to dependabot.yml X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e55ec4ee3c6576c7d4125c65ec39d2742c159891;p=GitHub%2FWoltLab%2Fblacklist.git Add github-actions to dependabot.yml --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 694e9a6..c8210b8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,10 @@ version: 2 updates: - - package-ecosystem: npm + - package-ecosystem: "npm" directory: "/" schedule: interval: "monthly" + - package-ecosystem: "github-actions" + directory: / + schedule: + interval: "monthly"