Merge pull request #205 from Riverside-Healthcare/renovate/configure

Configure Renovate
This commit is contained in:
sur.la.route 2022-04-05 09:00:44 -05:00 committed by GitHub
commit 442ea9dc4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

27
renovate.json Normal file
View 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"
]
}
]
}