mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-02 08:33:31 +01:00
* date-range-picker with cally * fix timePicker * Review: backdrop transition * fix comments * Add formatCallyDateRange * Refactor date formatting in date range picker and remove unused styles * time-input without label * review
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"configMigration": true,
|
|
"extends": [
|
|
":ignoreModulesAndTests",
|
|
":label(Dependencies)",
|
|
":pinVersions",
|
|
":prConcurrentLimit10",
|
|
":semanticCommitsDisabled",
|
|
"group:monorepos",
|
|
"group:recommended",
|
|
"security:minimumReleaseAgeNpm"
|
|
],
|
|
"enabledManagers": ["npm", "nvm"],
|
|
"postUpdateOptions": ["yarnDedupeHighest"],
|
|
"lockFileMaintenance": {
|
|
"description": ["Run after patch releases but before next beta"],
|
|
"enabled": true,
|
|
"schedule": ["on the 19th day of the month before 4am"]
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"description": "MDC packages are pinned to the same version as MWC",
|
|
"extends": ["monorepo:material-components-web"],
|
|
"enabled": false
|
|
},
|
|
{
|
|
"description": "Group MDI packages",
|
|
"groupName": "Material Design Icons",
|
|
"matchPackageNames": ["@mdi/js", "@mdi/svg"]
|
|
},
|
|
{
|
|
"description": "Group tsparticles engine and presets",
|
|
"groupName": "tsparticles",
|
|
"matchPackageNames": ["@tsparticles/engine", "@tsparticles/preset-{/,}**"]
|
|
},
|
|
{
|
|
"description": "Group date-fns with dependent timezone package",
|
|
"groupName": "date-fns",
|
|
"matchPackageNames": ["date-fns", "date-fns-tz"]
|
|
}
|
|
]
|
|
}
|