summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-02-16 13:08:39 +0900
committerGitHub <[email protected]>2021-02-16 13:08:39 +0900
commite2d4bedb7b8d5ad2ea9dd4527a915c223f2020d4 (patch)
treef778174f76a968dc2f07c0592267b9a0872dc4ff /.github
parentd6164817f5720b7bebd65bca6d1f3c05491ba46e (diff)
parentd52da3fe77c80eabd462ff7218ae607167e5d561 (diff)
downloadmruby-e2d4bedb7b8d5ad2ea9dd4527a915c223f2020d4.tar.gz
mruby-e2d4bedb7b8d5ad2ea9dd4527a915c223f2020d4.zip
Merge pull request #5343 from jbampton/add-dependabot-config
feat: add Dependabot config file
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 000000000..dac4cac33
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,10 @@
+# Basic set up
+
+version: 2
+updates:
+
+ # Maintain dependencies for GitHub Actions
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "daily"