summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2026-02-05 17:53:48 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2026-02-05 17:53:48 +0900
commit86dba8cfaeabb3b86df921da24b3243b9ce4ab2a (patch)
tree45415ba89efd7cac2af9c00be6d6a082c836c5e3
parent9d374b93654f7daddea6a8e96d10e5fff9dbe112 (diff)
Consolidate Dependabot github-actions updatesHEADmaster
-rw-r--r--.github/dependabot.yml17
1 files changed, 8 insertions, 9 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 05dd7c7c63..bba766070d 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,17 +1,16 @@
version: 2
updates:
- package-ecosystem: 'github-actions'
- directory: '/'
- schedule:
- interval: 'daily'
- - package-ecosystem: 'github-actions'
- directory: '/.github/actions/slack'
- schedule:
- interval: 'daily'
- - package-ecosystem: 'github-actions'
- directory: '/.github/actions/setup/directories'
+ directories:
+ - '/'
+ - '/.github/actions/slack'
+ - '/.github/actions/setup/directories'
schedule:
interval: 'daily'
+ groups:
+ github-actions:
+ patterns:
+ - "*"
- package-ecosystem: 'cargo'
directories:
- '/yjit'