diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2020-11-23 22:42:12 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-23 22:42:12 -0500 |
commit | d9d0877ff2d3e24eb2a603619e005ccdfd63cc56 (patch) | |
tree | 599e73bef78671464d5b7e5be4eeff8bfcc51ce8 | |
parent | 8ec8842d9f34bee538594d69e003640a39c4cb69 (diff) | |
download | py-bcrypt-git-alex-patch-1.tar.gz |
Added dependabot for GHAalex-patch-1
-rw-r--r-- | .github/dependabot.yml | 6 |
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" |