host/istal: change renovate configs
This commit is contained in:
parent
522b055fee
commit
9fccffd394
1 changed files with 7 additions and 9 deletions
|
@ -52,19 +52,17 @@ in
|
|||
endpoint = "https://git.pleshevski.ru";
|
||||
assignees = [ "pleshevskiy" ];
|
||||
autodiscover = true;
|
||||
packageRules = [
|
||||
{
|
||||
matchUpdateTypes = [ "minor" "patch" "pin" "digest" ];
|
||||
automerge = true;
|
||||
}
|
||||
];
|
||||
automergeStrategy = "fast-forward";
|
||||
onboardingConfig = {
|
||||
"$schema" = "https://docs.renovatebot.com/renovate-schema.json";
|
||||
extends = [ "config:recommended" ];
|
||||
configMigration = true;
|
||||
};
|
||||
globalExtends = [ "npm:unpublishSafe" ];
|
||||
globalExtends = [
|
||||
"npm:unpublishSafe"
|
||||
"config:best-practices"
|
||||
":configMigration"
|
||||
":automergeMinor"
|
||||
":automergeRequireAllStatusChecks"
|
||||
];
|
||||
|
||||
cacheHardTtlMinutes = 30;
|
||||
httpCacheTtlDays = 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue