summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Goldstein <peter.m.goldstein@gmail.com>2022-06-23 23:28:10 -0700
committerPeter Goldstein <peter.m.goldstein@gmail.com>2022-06-23 23:28:10 -0700
commit9c6334c675e116a068ac1f083c47ba49a7448888 (patch)
tree1e81dbf60a6f6e66f4461c0562ae7e76de4115b9
parentc297afb13bec5cefa69f75f905e6db9879a44a2e (diff)
downloadhashie-9c6334c675e116a068ac1f083c47ba49a7448888.tar.gz
Add dependabot for GitHub Actions
This will ensure that GitHub Actions stay up to date. As the checkout action is currently out of date, Dependabot should open a PR to update it after this PR is merged.
-rw-r--r--.github/dependabot.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..5ace460
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"