Add github-actions to dependabot.yml
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 7 Mar 2022 15:04:28 +0000 (16:04 +0100)
committerGitHub <noreply@github.com>
Mon, 7 Mar 2022 15:04:28 +0000 (16:04 +0100)
.github/dependabot.yml

index 694e9a65edcce28e59aed87a0270cdbf43448ede..c8210b8524ae2a2535dcec8c47622721e43e8c6b 100644 (file)
@@ -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"