mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-16 19:40:59 +00:00
Merge pull request #205 from Riverside-Healthcare/renovate/configure
Configure Renovate
This commit is contained in:
commit
442ea9dc4b
1 changed files with 27 additions and 0 deletions
27
renovate.json
Normal file
27
renovate.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"extends": [
|
||||
"config:base",
|
||||
"group:allNonMajor",
|
||||
":separateMultipleMajorReleases",
|
||||
":ignoreUnstable",
|
||||
":enableVulnerabilityAlertsWithLabel(security)",
|
||||
":rebaseStalePrs",
|
||||
":npm",
|
||||
"npm:unpublishSafe"
|
||||
],
|
||||
"ignoreDeps": ["@fortawesome/fontawesome-free"],
|
||||
"packageRules": [
|
||||
{
|
||||
"assignees": [
|
||||
"christopherpickering",
|
||||
],
|
||||
"assigneesSampleSize": 2,
|
||||
"bumpVersion": "patch",
|
||||
"commitMessagePrefix": "chore(deps)",
|
||||
"labels": [
|
||||
"maintenance",
|
||||
"renovate"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue