djLint/renovate.json
2022-04-05 09:57:44 -05:00

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"
]
}