mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
22e122ffdc
Signed-off-by: Martin Schurz <Martin.Schurz@telekom.de>
15 lines
314 B
JSON
15 lines
314 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:best-practices",
|
|
":gitSignOff"
|
|
],
|
|
"dependencyDashboard": true,
|
|
"dependencyDashboardAutoclose": true,
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["patch", "minor"],
|
|
"automerge": true
|
|
}
|
|
]
|
|
}
|