From cdef7089e603de13f8cfd16f559bb1b615ec4f8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=82=E3=82=8F=E3=82=8F=E3=82=8F=E3=81=A8=E3=83=BC?= =?UTF-8?q?=E3=81=AB=E3=82=85?= <17376330+u1-liquid@users.noreply.github.com> Date: Sat, 10 May 2025 05:00:30 +0900 Subject: [PATCH] Update dependabot.yml (MisskeyIO#986) --- .github/dependabot.yml | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1b033cce3..862fbd0c2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,20 +1,21 @@ # To get started with Dependabot version updates, you'll need to specify which # package ecosystems to update and where the package manifests are located. # 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 updates: -- package-ecosystem: github-actions - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 100 - -# Add only the root, not each workspace item -# https://github.com/dependabot/dependabot-core/issues/4993#issuecomment-1289133027 -- package-ecosystem: npm - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 0 + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly + + - package-ecosystem: docker + directory: "/" + schedule: + interval: weekly + + - package-ecosystem: npm + directory: "/" + schedule: + interval: daily