diff --git a/default.json b/default.json index a93cd0c..b1ca276 100644 --- a/default.json +++ b/default.json @@ -12,28 +12,24 @@ ":semanticCommits", ":semanticPrefixFixDepsChoreOthers", "regexManagers:dockerfileVersions", - "regexManagers:githubActionsVersions", + "regexManagers:githubActionsVersions" ], "dependencyDashboardTitle": "Renovate Dependency Dashboard", "dependencyDashboardLabels": ["auto-update"], "dependencyDashboardHeader": "This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
Main configs and useful links are located in [SpotOnInc/renovate-config](https://github.com/SpotOnInc/renovate-config); Renovate logs for debug [here](https://developer.mend.io/{{platform}}/{{repository}}).", "minimumReleaseAge": "3 days", "rollbackPrs": true, - "addLabels": [ - "auto-update", - ], + "addLabels": ["auto-update"], "configMigration": true, "prCreation": "not-pending", "vulnerabilityAlerts": { "description": "Be sure that the Dependency graph and Dependabot alerts are enabled for the repo. Details: https://docs.renovatebot.com/configuration-options/#vulnerabilityalerts", "enabled": true, - "addLabels": ["security"], + "addLabels": ["security"] }, "terraform": { - "ignorePaths": [ - "**/context.tf", - ], - "pinDigests": true, + "ignorePaths": ["**/context.tf"], + "pinDigests": true }, "pre-commit": { "enabled": true @@ -55,13 +51,13 @@ "versioning": "regex:^v?(?\\d+)(\\.(?\\d+)\\.(?\\d+.*))?$" }, { - matchDatasources: ["docker"], - schedule: ["after 4am on monday and tuesday"], + "matchDatasources": ["docker"], + "schedule": ["after 4am on monday and tuesday"] }, { - matchManagers: ["regex"], - schedule: ["after 4am on monday and tuesday"], - }, + "matchManagers": ["regex"], + "schedule": ["after 4am on monday and tuesday"] + } ], - schedule: ["after 4am on tuesday"], + "schedule": ["after 4am on tuesday"] }