summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel (dB.) Doubrovkine <dblock@dblock.org>2022-06-24 16:48:04 -0400
committerGitHub <noreply@github.com>2022-06-24 16:48:04 -0400
commit7ff4741d78039dd78e85abe3a8518e9f4cc614f3 (patch)
tree1e81dbf60a6f6e66f4461c0562ae7e76de4115b9
parentc297afb13bec5cefa69f75f905e6db9879a44a2e (diff)
parent9c6334c675e116a068ac1f083c47ba49a7448888 (diff)
downloadhashie-7ff4741d78039dd78e85abe3a8518e9f4cc614f3.tar.gz
Merge pull request #564 from petergoldstein/feature/add_dependabot_for_github_actions
Add dependabot for GitHub Actions
-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"