mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-05 15:00:58 +00:00
22 lines
462 B
JSON
22 lines
462 B
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
"group:allNonMajor",
|
|
":separateMultipleMajorReleases",
|
|
":ignoreUnstable",
|
|
":enableVulnerabilityAlertsWithLabel(security)",
|
|
":rebaseStalePrs",
|
|
":npm",
|
|
"npm:unpublishSafe"
|
|
],
|
|
"ignoreDeps": ["@fortawesome/fontawesome-free"],
|
|
"assignees": [
|
|
"christopherpickering"
|
|
],
|
|
"bumpVersion": "patch",
|
|
"commitMessagePrefix": "chore(deps)",
|
|
"labels": [
|
|
"maintenance",
|
|
"renovate"
|
|
]
|
|
}
|