Skip to content

Commit

Permalink
Add renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
parcellab-dev-bot committed Jun 17, 2024
1 parent eb3a369 commit d517f35
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"schedule:weekly"
],
"assigneesFromCodeOwners": true,
"assigneesSampleSize": 1,
"branchPrefix": "chore/renovate/",
"commitBodyTable": true,
"commitMessageAction": "Pin",
"commitMessageTopic": "{{depName}}",
"packageRules": [
{
"matchDepTypes": [
"devDependencies"
],
"matchUpdateTypes": [
"patch",
"minor"
],
"commitMessageSuffix": "dev",
"automerge": true,
"groupName": "devDependencies (non-major)"
}
],
"prConcurrentLimit": 5,
"prHourlyLimit": 3,
"rangeStrategy": "bump",
"semanticCommits": "enabled",
"semanticCommitType": "chore",
"separateMinorPatch": true,
"vulnerabilityAlerts": {
"labels": [
"security"
]
}
}

0 comments on commit d517f35

Please sign in to comment.