Update default.json
Signed-off-by: justusbunsi <sk.bunsenbrenner@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ module.exports = {
|
|||||||
"autodiscover": false,
|
"autodiscover": false,
|
||||||
"optimizeForDisabled": true,
|
"optimizeForDisabled": true,
|
||||||
"forkProcessing": "disabled",
|
"forkProcessing": "disabled",
|
||||||
"dryRun": "full", // null to enable actual PR handling
|
"dryRun": null,
|
||||||
"binarySource": "install",
|
"binarySource": "install",
|
||||||
"hostRules": [
|
"hostRules": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,7 +1,10 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:base"],
|
"extends": [
|
||||||
|
"config:recommended",
|
||||||
|
"docker:pinDigests"
|
||||||
|
],
|
||||||
"semanticCommits": "enabled",
|
"semanticCommits": "enabled",
|
||||||
"automergeStrategy": "fast-forward",
|
"automergeStrategy": "fast-forward",
|
||||||
"platformAutomerge": true
|
"platformAutomerge": false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user