branch: elpa/rust-mode
commit 2d3181467699b18d2556d3008f379455595e23be
Author: Jen-Chieh Shen <[email protected]>
Commit: GitHub <[email protected]>

    ci: Create dependabot.yml
---
 .github/dependabot.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 00000000000..3eddd09af31
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,7 @@
+version: 2
+updates:
+  # Maintain dependencies for GitHub Actions
+  - package-ecosystem: 'github-actions'
+    directory: '/'
+    schedule:
+      interval: 'daily'

Reply via email to