Add renovate.json
Some checks failed
test / Linting (push) Successful in 6s
test / Molecule tests (default, debian11) (push) Successful in 33s
test / Molecule tests (default, debian12) (push) Failing after 33s
test / Molecule tests (default, ubuntu2004) (push) Successful in 40s
test / Molecule tests (with_custom_config, debian11) (push) Successful in 38s
test / Molecule tests (default, ubuntu2204) (push) Successful in 48s
test / Molecule tests (with_custom_config, debian12) (push) Failing after 33s
test / Molecule tests (with_custom_config, ubuntu2004) (push) Successful in 38s
test / Molecule tests (with_custom_config, ubuntu2204) (push) Successful in 33s

This commit is contained in:
Renovate Bot 2023-07-26 18:00:45 +00:00
parent d364c79650
commit 2d2650b13c

6
renovate.json Normal file
View File

@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}