summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2022-10-19 09:29:25 -0500
committerTomas Mraz <tomas@openssl.org>2022-10-27 11:51:42 +0200
commit225f94e818d9f8cb9e272fb9128b4b0ef88a0cbc (patch)
treeda2eb84eb46b7f5e6e02e667479bfcdc8c0c1ecd /.github/workflows
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)
Diffstat (limited to '.github/workflows')
-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"