diff options
| author | おさむのひと <46447427+samunohito@users.noreply.github.com> | 2025-03-01 13:37:11 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-01 04:37:11 +0000 |
| commit | b8632f389ddba077db54e8a3bc9631b5d86940de (patch) | |
| tree | 02979163c080690c45d95e62fc453e42dd13bee1 | |
| parent | fix(deps): update [frontend] update dependencies (#15566) (diff) | |
| download | sharkey-b8632f389ddba077db54e8a3bc9631b5d86940de.tar.gz sharkey-b8632f389ddba077db54e8a3bc9631b5d86940de.tar.bz2 sharkey-b8632f389ddba077db54e8a3bc9631b5d86940de.zip | |
chore(ci): Renovateが作ったprにラベルつける (#15573)
| -rw-r--r-- | renovate.json5 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/renovate.json5 b/renovate.json5 index 6b869de887..395405972d 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -8,6 +8,9 @@ '* 0 * * *', ], prHourlyLimit: 5, + labels: [ + 'dependencies', + ], dependencyDashboardApproval: true, dependencyDashboardAutoclose: true, osvVulnerabilityAlerts: true, |