Update dependabot.yml (MisskeyIO#986)

This commit is contained in:
あわわわとーにゅ 2025-05-10 05:00:30 +09:00 committed by GitHub
parent ee7f2c5713
commit cdef7089e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,20 +1,21 @@
# To get started with Dependabot version updates, you'll need to specify which # To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located. # package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options: # Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2 version: 2
updates: updates:
- package-ecosystem: github-actions - package-ecosystem: github-actions
directory: "/" directory: "/"
schedule: schedule:
interval: daily interval: weekly
open-pull-requests-limit: 100
- package-ecosystem: docker
# Add only the root, not each workspace item directory: "/"
# https://github.com/dependabot/dependabot-core/issues/4993#issuecomment-1289133027 schedule:
- package-ecosystem: npm interval: weekly
directory: "/"
schedule: - package-ecosystem: npm
interval: daily directory: "/"
open-pull-requests-limit: 0 schedule:
interval: daily