1
0
mirror of https://github.com/bitwarden/directory-connector synced 2026-01-06 02:23:35 +00:00

Renovate configuration (#298)

This commit is contained in:
Matt Bishop
2023-05-05 10:11:08 -04:00
committed by GitHub
parent 8531a64568
commit 50bd7ca2b3

22
.github/renovate.json vendored Normal file
View File

@@ -0,0 +1,22 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":combinePatchMinorReleases",
":dependencyDashboard",
":maintainLockFilesWeekly",
":pinAllExceptPeerDependencies",
":prConcurrentLimit10",
":rebaseStalePrs",
"schedule:weekends",
":separateMajorReleases"
],
"enabledManagers": ["github-actions", "npm"],
"packageRules": [
{
"groupName": "{{manager}}",
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor", "patch"]
}
]
}