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";
|
endpoint = "https://git.pleshevski.ru";
|
||||||
assignees = [ "pleshevskiy" ];
|
assignees = [ "pleshevskiy" ];
|
||||||
autodiscover = true;
|
autodiscover = true;
|
||||||
packageRules = [
|
|
||||||
{
|
|
||||||
matchUpdateTypes = [ "minor" "patch" "pin" "digest" ];
|
|
||||||
automerge = true;
|
|
||||||
}
|
|
||||||
];
|
|
||||||
automergeStrategy = "fast-forward";
|
automergeStrategy = "fast-forward";
|
||||||
onboardingConfig = {
|
onboardingConfig = {
|
||||||
"$schema" = "https://docs.renovatebot.com/renovate-schema.json";
|
"$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;
|
cacheHardTtlMinutes = 30;
|
||||||
httpCacheTtlDays = 1;
|
httpCacheTtlDays = 1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue