branch: elpa/nix-mode
commit de856464345344d00e56a8412e61ba636e30e82f
Author: Akira Komamura <[email protected]>
Commit: Akira Komamura <[email protected]>

    Add dependabot.yml
---
 .github/dependabot.yml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000000..86a98a613c
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,11 @@
+version: 2
+updates:
+
+- package-ecosystem: github-actions
+  directory: "/"
+  schedule:
+    interval: daily
+  open-pull-requests-limit: 5
+  commit-message:
+    prefix: "chore"
+    include: "scope"

Reply via email to