summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2020-11-23 23:31:49 -0500
committerGitHub <noreply@github.com>2020-11-23 22:31:49 -0600
commit313c1dd92d14c3854ec48adc6bf85ed325963e43 (patch)
treed6258e315b308ed0ceb406fda90f4bbb32f53c6d /.github
parent52341e8b151ca3bd1142cf9de188da3fd588fc62 (diff)
downloadpyopenssl-313c1dd92d14c3854ec48adc6bf85ed325963e43.tar.gz
Added dependabot for GHA (#961)
Diffstat (limited to '.github')
-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"