diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-02-14 07:31:28 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-14 07:31:28 +0900 |
| commit | d893fbc5af06daf2264c47d8ed1b3e3320c1cd53 (patch) | |
| tree | 9cb2e4a380d51610f7bb1423cda88a443bdfe484 /.github | |
| parent | enhance(frontend): ノートに埋め込まれたメディアのコンテキ... (diff) | |
| download | sharkey-d893fbc5af06daf2264c47d8ed1b3e3320c1cd53.tar.gz sharkey-d893fbc5af06daf2264c47d8ed1b3e3320c1cd53.tar.bz2 sharkey-d893fbc5af06daf2264c47d8ed1b3e3320c1cd53.zip | |
chore: Configure Renovate (#15468)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d4678ec5e0..b1c256225d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,7 @@ updates: directory: "/" schedule: interval: daily - open-pull-requests-limit: 100 + open-pull-requests-limit: 0 # Add only the root, not each workspace item # https://github.com/dependabot/dependabot-core/issues/4993#issuecomment-1289133027 @@ -17,7 +17,7 @@ updates: directory: "/" schedule: interval: daily - open-pull-requests-limit: 10 + open-pull-requests-limit: 0 # List dependencies required to be updated together, sharing the same version numbers. # Those who simply have the common owner (e.g. @fastify) don't need to be listed. groups: |