Skip to content

Commit

Permalink
ci: Renovate v38に適応する (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip authored Aug 12, 2024
1 parent 1e75e4e commit a98b98e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,19 @@
{
"groupSlug": "rust",
"groupName": "Rust",
"matchDepPatterns": "^Rust$"
"matchPackagePatterns": [
"^rust-lang/rust$"
]
},
{
"groupSlug": "others",
"groupName": "Others",
"excludeDepPatterns": "^Rust$",
"matchPackagePatterns": [
"*"
],
"excludePackagePatterns": [
"^rust-lang/rust$"
],
"dependencyDashboardApproval": true
}
],
Expand Down

0 comments on commit a98b98e

Please sign in to comment.