Set up Renovate configuration with default and Docker-specific presets. Updated bot settings and added README.
All checks were successful
renovate / renovate (push) Successful in 3m22s
All checks were successful
renovate / renovate (push) Successful in 3m22s
This commit is contained in:
19
default.json
Normal file
19
default.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"description": "Base configuration with standard rules",
|
||||
"extends": [
|
||||
"config:recommended",
|
||||
":dependencyDashboard",
|
||||
":separateMajorReleases",
|
||||
":combinePatchMinorReleases",
|
||||
"group:allNonMajor"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
||||
"automerge": true,
|
||||
"automergeType": "pr",
|
||||
"platformAutomerge": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user