branch: elpa/haskell-mode
commit c27bf04c77ad7eb5d736c578360f735cfd1473b4
Author: Steve Purcell <[email protected]>
Commit: Steve Purcell <[email protected]>

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

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

Reply via email to