inversify-express-utils
Version:
Some utilities for the development of express applications with Inversify
23 lines (22 loc) • 545 B
JSON
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"automerge": false,
"extends": [
"config:base",
":disableRateLimiting",
":semanticCommitScopeDisabled"
],
"ignoreDeps": [],
"packageRules": [
{
"groupName": "auto merge on patch or minor",
"automerge": true,
"matchUpdateTypes": ["patch", "minor"],
"excludePackageNames": ["turbo", "typescript"]
}
],
"rangeStrategy": "bump",
"rebaseWhen": "conflicted",
"semanticCommits": "enabled",
"schedule": ["at any time"]
}