summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-12-04 21:04:36 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2022-12-04 21:04:50 -0800
commit4d39a11cd1a0e45eb38de70b930fab15c504d26d (patch)
tree8cd4d90c2b49f5bf474eabb69271850763b40121 /.github/dependabot.yml
parentd110bf9c9736686468e977faa19e448000f1cab9 (diff)
downloadruby-4d39a11cd1a0e45eb38de70b930fab15c504d26d.tar.gz
Change the dependabot interval to monthly
It's not that important for ruby/ruby to keep them up to date.
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index b18fd29357..bc63aca35b 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -3,4 +3,4 @@ updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
- interval: 'weekly'
+ interval: 'monthly'