chore: update renovate.json
All checks were successful
Deploy / Prepare Build (push) Successful in 14s
All checks were successful
Deploy / Prepare Build (push) Successful in 14s
This commit is contained in:
@ -1,13 +1,10 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended",
|
||||
"renovatebot/renovate-config",
|
||||
"local>RenovateBot/renovate-config",
|
||||
":semanticCommitTypeAll(chore)"
|
||||
],
|
||||
"ignoreDeps": [
|
||||
"postgres"
|
||||
],
|
||||
"ignoreDeps": ["postgres"],
|
||||
"automerge": true,
|
||||
"automergeType": "branch",
|
||||
"automergeStrategy": "rebase",
|
||||
@ -15,11 +12,7 @@
|
||||
"ignoreTests": true,
|
||||
"major": {
|
||||
"automerge": false,
|
||||
"dependencyDashboardApproval": true,
|
||||
"commitMessagePrefix": "chore(deps-major): ",
|
||||
"labels": [
|
||||
"dependencies",
|
||||
"breaking"
|
||||
]
|
||||
"labels": ["dependencies", "breaking"]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user