Skip to content

Commit ffbfe9b

Browse files
authored
Merge pull request #32 from magicdrive/update_renovate_json
Update renovate.json
2 parents c814361 + 36834d7 commit ffbfe9b

2 files changed

Lines changed: 20 additions & 56 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Hiroshi IKEGAMI
3+
Copyright (c) 2025 - 2026 Hiroshi IKEGAMI
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

renovate.json

Lines changed: 19 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -21,79 +21,42 @@
2121
"rebaseWhen": "behind-base-branch",
2222
"packageRules": [
2323
{
24-
"matchCategories": [
25-
"golang"
26-
],
27-
"minimumReleaseAge": "3 days"
28-
},
29-
{
30-
"description": "Updating Go language dependencies",
31-
"matchDatasources": [
32-
"go"
33-
],
34-
"matchUpdateTypes": [
35-
"major"
36-
],
24+
"description": "Go language dependencies update",
25+
"matchDatasources": ["go"],
26+
"matchUpdateTypes": ["major"],
3727
"groupName": "Go major dependencies",
3828
"schedule": [
3929
"before 10am on the first day of the month"
4030
]
4131
},
4232
{
43-
"description": "golang.org/x Package grouping",
44-
"matchDatasources": [
45-
"go"
46-
],
33+
"description": "golang.org/x packages grouping",
34+
"matchDatasources": ["go"],
35+
"matchPackageNames": ["golang.org/x{/,}**"],
4736
"groupName": "golang.org/x packages",
48-
"automerge": true,
49-
"matchPackageNames": [
50-
"golang.org/x{/,}**"
51-
]
37+
"automerge": true
5238
},
5339
{
54-
"description": "Updating GitHub Actions",
55-
"matchManagers": [
56-
"github-actions"
57-
],
40+
"description": "GitHub Actions update",
41+
"matchManagers": ["github-actions"],
5842
"groupName": "GitHub Actions",
5943
"pinDigests": true,
6044
"automerge": true
6145
},
6246
{
63-
"description": "Security updates are provided immediately.",
64-
"matchUpdateTypes": [
65-
"patch"
66-
],
67-
"matchDatasources": [
68-
"go"
69-
],
47+
"description": "Security patches are provided immediately",
48+
"matchUpdateTypes": ["patch"],
49+
"matchDatasources": ["go"],
7050
"automerge": true,
71-
"minimumReleaseAge": null,
72-
"matchPackageNames": [
73-
"/.*/"
74-
]
51+
"minimumReleaseAge": null
7552
},
7653
{
77-
"description": "Vulnerable packages are given top priority.",
78-
"matchDatasources": [
79-
"go"
80-
],
81-
"vulnerabilityAlerts": {
82-
"enabled": true,
83-
"labels": [
84-
"security"
85-
],
86-
"minimumReleaseAge": null,
87-
"prPriority": 10
88-
}
54+
"description": "Vulnerable packages are given top priority",
55+
"matchDatasources": ["go"],
56+
"labels": ["security"],
57+
"prPriority": 10
8958
}
9059
],
91-
"vulnerabilityAlerts": {
92-
"enabled": true,
93-
"labels": [
94-
"security"
95-
]
96-
},
9760
"minimumReleaseAge": "3 days",
9861
"prHourlyLimit": 2,
9962
"ignorePaths": [
@@ -103,5 +66,6 @@
10366
"postUpdateOptions": [
10467
"gomodTidy",
10568
"gomodUpdateImportPaths"
106-
]
69+
],
70+
"osvVulnerabilityAlerts": true
10771
}

0 commit comments

Comments
 (0)