Skip to content

Commit

Permalink
ci(renovate): renovate 構成ファイルをアップデート
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsutakein committed Jun 20, 2024
1 parent cab4c8b commit 66b22cf
Showing 1 changed file with 31 additions and 8 deletions.
39 changes: 31 additions & 8 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,47 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":automergeMinor",
":disableDependencyDashboard",
":semanticCommitTypeAll(build)",
":disableRateLimiting",
":timezone(Asia/Tokyo)",
":prHourlyLimitNone",
":timezone(Asia/Tokyo)"
],
"labels": [
"dependencies"
],
"pruneBranchAfterAutomerge": true,
"rangeStrategy": "pin",
"packageRules": [
{
"groupName": "github-actions non-major dependencies",
"groupSlug": "github-actions-minor-patch",
"addLabels": [
"ignore for release",
],
"matchManagers": [
"github-actions",
],
"labels": [
"dependencies",
"ignore for release",
]
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
],
},
{
"groupName": "bun non-major dependencies",
"groupSlug": "bun-minor-patch",
"matchManagers": [
"bun",
],
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
],
},
]
],
}

0 comments on commit 66b22cf

Please sign in to comment.