diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-01-11 15:02:07 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-01-11 15:02:13 +0900 |
| commit | 0ebc3f7969c8ad46c22b856c12e742806b1ddde9 (patch) | |
| tree | fb2c9eece15b451906e744d257479584af91a49f | |
| parent | f4a347b90f2f4c61641582cd60f3cf15a1e2e979 (diff) | |
Revert "Update files under .github other than workflows"
This reverts commit ad3db6711c4aa48c82f4091342aab7394ee45736.
Above commit break dependabot update since Nov, 2023.
| -rw-r--r-- | .github/dependabot.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 70a73430d7..6778b0493a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ version: 2 updates: - package-ecosystem: 'github-actions' - directory: '/.github' + directory: '/' schedule: interval: 'daily' |
