diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2022-12-04 21:04:36 -0800 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2022-12-04 21:04:50 -0800 |
| commit | 4d39a11cd1a0e45eb38de70b930fab15c504d26d (patch) | |
| tree | 8cd4d90c2b49f5bf474eabb69271850763b40121 | |
| parent | d110bf9c9736686468e977faa19e448000f1cab9 (diff) | |
Change the dependabot interval to monthly
It's not that important for ruby/ruby to keep them up to date.
| -rw-r--r-- | .github/dependabot.yml | 2 |
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' |
