Skip to content

Commit

Permalink
Renovateの設定を直す
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Oct 11, 2023
1 parent 43b63d7 commit bfdbd82
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,30 @@
"config:recommended"
],
"timezone": "Asia/Tokyo",
"schedule": [
"before 1am"
"packageRules": [
{
"groupSlug": "rust",
"groupName": "Rust",
"matchPackagePatterns": "^Rust$"
},
{
"groupSlug": "others",
"groupName": "Others",
"excludePackagePatterns": "^Rust$",
"dependencyDashboardApproval": true
}
],
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"^rust-toolchain$"
],
"matchStrings": [
"(?<currentValue>\\d+\\.\\d+\\.\\d+)"
],
"depNameTemplate": "Rust",
"lookupNameTemplate": "rust-lang/rust",
"packageNameTemplate": "rust-lang/rust",
"datasourceTemplate": "github-releases"
}
]
Expand Down

0 comments on commit bfdbd82

Please sign in to comment.