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:
14
docker.json
Normal file
14
docker.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"description": "Docker specific rules",
|
||||
"extends": [
|
||||
"docker:pinDigests"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"automerge": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user