Skip to content

Commit 4637bac

Browse files
renovate[bot]Copilotsamunohito
authored
Configure Renovate (#182)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: samunohito <46447427+samunohito@users.noreply.github.com>
1 parent c9b95bb commit 4637bac

2 files changed

Lines changed: 35 additions & 0 deletions

File tree

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@ insert_final_newline = true
99
[*.json]
1010
indent_style = space
1111

12+
[*.json5]
13+
indent_style = space
14+
1215
[*.yml]
1316
indent_style = space

renovate.json5

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
extends: [
4+
'config:recommended',
5+
],
6+
timezone: 'Asia/Tokyo',
7+
schedule: [
8+
'* 0-3 * * *',
9+
],
10+
prHourlyLimit: 5,
11+
labels: [
12+
'dependencies',
13+
],
14+
dependencyDashboardApproval: true,
15+
dependencyDashboardAutoclose: true,
16+
osvVulnerabilityAlerts: true,
17+
dependencyDashboardOSVVulnerabilitySummary: 'unresolved',
18+
minimumReleaseAge: '7 days',
19+
packageRules: [
20+
{
21+
groupName: 'Non-breaking updates',
22+
matchUpdateTypes: [
23+
'minor',
24+
'patch',
25+
'digest',
26+
],
27+
matchJsonata: [
28+
'isBreaking != true',
29+
],
30+
},
31+
],
32+
}

0 commit comments

Comments
 (0)