summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-11-09 23:27:55 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-11-09 23:27:55 +0900
commitad3db6711c4aa48c82f4091342aab7394ee45736 (patch)
treef69fa4357793cedc4df6f39ec7a09437224f2e3f /.github
parentf6910a61122931e4193bcc0fad18d839c319b720 (diff)
Update files under .github other than workflows
While `directory: "/"` is defaulted to ".github/workflows", we need to update the files under ".github/actions".
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 6778b0493a..70a73430d7 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,6 +1,6 @@
version: 2
updates:
- package-ecosystem: 'github-actions'
- directory: '/'
+ directory: '/.github'
schedule:
interval: 'daily'