djLint/renovate.json

23 lines
462 B
JSON
Raw Normal View History

2022-04-05 01:00:40 +00:00
{
"extends": [
2022-04-05 14:00:25 +00:00
"config:base",
"group:allNonMajor",
":separateMultipleMajorReleases",
":ignoreUnstable",
":enableVulnerabilityAlertsWithLabel(security)",
":rebaseStalePrs",
":npm",
"npm:unpublishSafe"
],
"ignoreDeps": ["@fortawesome/fontawesome-free"],
2022-04-05 14:57:44 +00:00
"assignees": [
"christopherpickering"
],
"bumpVersion": "patch",
"commitMessagePrefix": "chore(deps)",
"labels": [
"maintenance",
"renovate"
2022-04-05 01:00:40 +00:00
]
}