branch: elpa/nix-mode
commit b97d0a0aaeba8ac66715e111f47e6c8c94978211
Merge: 14f1bb20b9 de85646434
Author: Matthew Bauer <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #141 from akirak/dependabot
Add dependabot.yml for updating GitHub Actions
---
.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"