diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2026-02-05 17:53:48 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2026-02-05 17:53:48 +0900 |
| commit | 86dba8cfaeabb3b86df921da24b3243b9ce4ab2a (patch) | |
| tree | 45415ba89efd7cac2af9c00be6d6a082c836c5e3 | |
| parent | 9d374b93654f7daddea6a8e96d10e5fff9dbe112 (diff) | |
| -rw-r--r-- | .github/dependabot.yml | 17 |
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' |
