summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-03-24 20:31:57 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-03-24 20:31:57 +0900
commit2ec82dd361dff18b6899ef47d9b9ab4f71f94432 (patch)
tree2baee12b4dd693e40361c07a0411c21d5c5c20c8 /.github/dependabot.yml
parent39606a774e2bbafd30dae9c4be1b6baf8b85b9a0 (diff)
downloadruby-2ec82dd361dff18b6899ef47d9b9ab4f71f94432.tar.gz
Added dependabot configuration for actions dependencies
Diffstat (limited to '.github/dependabot.yml')
-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 0000000000..b18fd29357
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+ - package-ecosystem: 'github-actions'
+ directory: '/'
+ schedule:
+ interval: 'weekly'