summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-02-16 10:16:58 +0900
committerGitHub <noreply@github.com>2023-02-16 10:16:58 +0900
commitf736f50f38bfbe1dddf418444121997311e271a2 (patch)
treec0baeba1975764358633f859f192e5491a6e5370 /.github/dependabot.yml
parent257373065810862bed7e49c6afb5037c4599d724 (diff)
downloadruby-f736f50f38bfbe1dddf418444121997311e271a2.tar.gz
Auto-merge feature for dependabot PRs (#7300)
* Automerge for dependabot update * change update period with daily, we can merge it automatically when `make check` of Ubuntu was passed * Use rebase instead of merge commit * check all Ubuntu jobs
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 bc63aca35b..6778b0493a 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -3,4 +3,4 @@ updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
- interval: 'monthly'
+ interval: 'daily'