-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Renovateの設定を直す #637
Renovateの設定を直す #637
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
Comment on lines
-10
to
+22
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
"fileMatch": [ | ||
"^rust-toolchain$" | ||
], | ||
"matchStrings": [ | ||
"(?<currentValue>\\d+\\.\\d+\\.\\d+)" | ||
], | ||
"depNameTemplate": "Rust", | ||
"lookupNameTemplate": "rust-lang/rust", | ||
"packageNameTemplate": "rust-lang/rust", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
"datasourceTemplate": "github-releases" | ||
} | ||
] | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
これで明示的にdashboardから起動しない限り、PR以前にpushもされなくなるらしい。
(実際branchも作られなくなった)
これが
false
(デフォルト値)だと、このようなPRが飛んでくる。qryxip#8