Skip to content

Commit

Permalink
chore: fix default.json file format
Browse files Browse the repository at this point in the history
  • Loading branch information
burritoatspoton committed Jan 29, 2024
1 parent ff511ad commit e418ffe
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br>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
Expand All @@ -55,13 +51,13 @@
"versioning": "regex:^v?(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\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"]
}

0 comments on commit e418ffe

Please sign in to comment.