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 8d088a7
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,31 @@
"config:recommended"
],
"timezone": "Asia/Tokyo",
"schedule": [
"before 1am"
"packageRules": [
{
"groupSlug": "rust",
"groupName": "Rust",
"matchPackagePatterns": "$Rust^"
},
{
"groupSlug": "others",
"groupName": "Others",
"matchPackagePatterns": ".*",
"excludePackagePatterns": "^Rust$",
"dryRun": "full"
}
],
"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 8d088a7

Please sign in to comment.