summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlaf Alders <olaf@wundersolutions.com>2024-01-27 11:21:42 -0500
committerOlaf Alders <olaf@wundersolutions.com>2024-01-27 11:21:42 -0500
commit9a823ff07d7698c84a05c70cb68c0cbadaf522f4 (patch)
tree191d23642f3775d7055cb4d924f125c2ed31a466
parent3ccaed95af04c4c48726b04e91265cfd7b339765 (diff)
Add dependabot config
-rw-r--r--.github/dependabot.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..cc645ca
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,8 @@
+---
+version: 2
+updates:
+- package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ # Check for updates to GitHub Actions every week
+ interval: "weekly"