Diff of /.github/dependabot.yml [000000] .. [ea0fd6]

Switch to side-by-side view

--- a
+++ b/.github/dependabot.yml
@@ -0,0 +1,8 @@
+version: 2
+updates:
+  # Maintain dependencies for GitHub Actions
+  - package-ecosystem: "github-actions"
+    # not needed if files are in the default location `.github/workflows`
+    directory: "/"
+    schedule:
+      interval: "weekly"