[前][次][番号順一覧][スレッド一覧]

ruby-changes:71494

From: Hiroshi <ko1@a...>
Date: Thu, 24 Mar 2022 20:32:09 +0900 (JST)
Subject: [ruby-changes:71494] 2ec82dd361 (master): Added dependabot configuration for actions dependencies

https://git.ruby-lang.org/ruby.git/commit/?id=2ec82dd361

From 2ec82dd361dff18b6899ef47d9b9ab4f71f94432 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Thu, 24 Mar 2022 20:31:57 +0900
Subject: Added dependabot configuration for actions dependencies

---
 .github/dependabot.yml | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 .github/dependabot.yml

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000000..b18fd29357
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/.github/dependabot.yml#L1
+version: 2
+updates:
+  - package-ecosystem: 'github-actions'
+    directory: '/'
+    schedule:
+      interval: 'weekly'
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]