]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
add dependabot to keep actions versions up-to-date
authorPaul Kehrer <paul.l.kehrer@gmail.com>
Wed, 19 Oct 2022 14:29:25 +0000 (09:29 -0500)
committerTomas Mraz <tomas@openssl.org>
Thu, 27 Oct 2022 09:51:42 +0000 (11:51 +0200)
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19441)

.github/workflows/dependabot.yml [new file with mode: 0644]

diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml
new file mode 100644 (file)
index 0000000..1230149
--- /dev/null
@@ -0,0 +1,6 @@
+version: 2
+updates:
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "daily"