Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2022-10-19 17:29:25 +0300
committerTomas Mraz <tomas@openssl.org>2022-10-27 12:51:42 +0300
commit225f94e818d9f8cb9e272fb9128b4b0ef88a0cbc (patch)
treeda2eb84eb46b7f5e6e02e667479bfcdc8c0c1ecd
parentc7424fe68c65aa2187a8e4028d7dea742b95d81a (diff)
add dependabot to keep actions versions up-to-date
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19441)
-rw-r--r--.github/workflows/dependabot.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml
new file mode 100644
index 0000000000..123014908b
--- /dev/null
+++ b/.github/workflows/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "daily"