summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2020-11-23 23:32:01 -0500
committerGitHub <noreply@github.com>2020-11-23 22:32:01 -0600
commitafd7de4a8972728e59b180d2d8162cf624f8d6f5 (patch)
tree599e73bef78671464d5b7e5be4eeff8bfcc51ce8
parent8ec8842d9f34bee538594d69e003640a39c4cb69 (diff)
downloadpy-bcrypt-git-afd7de4a8972728e59b180d2d8162cf624f8d6f5.tar.gz
Added dependabot for GHA (#236)
-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..1230149
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "daily"