Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
74 changes: 19 additions & 55 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -103,5 +66,6 @@
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
]
],
"osvVulnerabilityAlerts": true
}