branch: elpa/git-commit
commit 0fdcbfdf077f5e62dc2a0e588060297f9107dfa8
Author: Stefan Kangas <stefankan...@gmail.com>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    Keep GitHub Actions up-to-date with Dependabot
    
    Documentation at 
https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions.
---
 .github/dependabot.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000000..c7fc735eea
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+  - package-ecosystem: github-actions
+    directory: "/"
+    schedule:
+      interval: "daily"

Reply via email to