diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-01-11 15:21:45 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-01-11 15:21:45 +0900 |
| commit | 505ac323e3654e57dfe338712a6a9b63fb1e5574 (patch) | |
| tree | a2b2b091aa1d1712a99c479573767c133e2101cd | |
| parent | 0ebc3f7969c8ad46c22b856c12e742806b1ddde9 (diff) | |
Try to fixup ad3db6711c4aa48c82f4091342aab7394ee45736
directory value may be not support glob files from subdirectories
| -rw-r--r-- | .github/dependabot.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6778b0493a..ef07b0fa3f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,11 @@ updates: directory: '/' schedule: interval: 'daily' + - package-ecosystem: 'github-actions' + directory: '/.github/actions/slack' + schedule: + interval: 'daily' + - package-ecosystem: 'github-actions' + directory: '/.github/actions/setup/directories' + schedule: + interval: 'daily' |
