From 928233658eaae0a1ff78fd9857dbff12f181c207 Mon Sep 17 00:00:00 2001 From: Hiroshi IKEGAMI Date: Thu, 19 Mar 2026 10:27:20 +0900 Subject: [PATCH 1/2] Update renovate.json --- renovate.json | 74 +++++++++++++-------------------------------------- 1 file changed, 19 insertions(+), 55 deletions(-) diff --git a/renovate.json b/renovate.json index 2bce5a9..7db0541 100644 --- a/renovate.json +++ b/renovate.json @@ -21,79 +21,42 @@ "rebaseWhen": "behind-base-branch", "packageRules": [ { - "matchCategories": [ - "golang" - ], - "minimumReleaseAge": "3 days" - }, - { - "description": "Updating Go language dependencies", - "matchDatasources": [ - "go" - ], - "matchUpdateTypes": [ - "major" - ], + "description": "Go language dependencies update", + "matchDatasources": ["go"], + "matchUpdateTypes": ["major"], "groupName": "Go major dependencies", "schedule": [ "before 10am on the first day of the month" ] }, { - "description": "golang.org/x Package grouping", - "matchDatasources": [ - "go" - ], + "description": "golang.org/x packages grouping", + "matchDatasources": ["go"], + "matchPackageNames": ["golang.org/x{/,}**"], "groupName": "golang.org/x packages", - "automerge": true, - "matchPackageNames": [ - "golang.org/x{/,}**" - ] + "automerge": true }, { - "description": "Updating GitHub Actions", - "matchManagers": [ - "github-actions" - ], + "description": "GitHub Actions update", + "matchManagers": ["github-actions"], "groupName": "GitHub Actions", "pinDigests": true, "automerge": true }, { - "description": "Security updates are provided immediately.", - "matchUpdateTypes": [ - "patch" - ], - "matchDatasources": [ - "go" - ], + "description": "Security patches are provided immediately", + "matchUpdateTypes": ["patch"], + "matchDatasources": ["go"], "automerge": true, - "minimumReleaseAge": null, - "matchPackageNames": [ - "/.*/" - ] + "minimumReleaseAge": null }, { - "description": "Vulnerable packages are given top priority.", - "matchDatasources": [ - "go" - ], - "vulnerabilityAlerts": { - "enabled": true, - "labels": [ - "security" - ], - "minimumReleaseAge": null, - "prPriority": 10 - } + "description": "Vulnerable packages are given top priority", + "matchDatasources": ["go"], + "labels": ["security"], + "prPriority": 10 } ], - "vulnerabilityAlerts": { - "enabled": true, - "labels": [ - "security" - ] - }, "minimumReleaseAge": "3 days", "prHourlyLimit": 2, "ignorePaths": [ @@ -103,5 +66,6 @@ "postUpdateOptions": [ "gomodTidy", "gomodUpdateImportPaths" - ] + ], + "osvVulnerabilityAlerts": true } From 36834d7f4ec779c0b01b9d3f603368597b71e334 Mon Sep 17 00:00:00 2001 From: Hiroshi IKEGAMI Date: Thu, 19 Mar 2026 10:28:51 +0900 Subject: [PATCH 2/2] Update Copyright. --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 6538965..9130f88 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 Hiroshi IKEGAMI +Copyright (c) 2025 - 2026 Hiroshi IKEGAMI Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal