Add renovate.json
All checks were successful
test / Linting (push) Successful in 5s
test / Molecule tests (default, debian11) (push) Successful in 36s
test / Molecule tests (default, debian12) (push) Successful in 32s
test / Molecule tests (default, ubuntu2004) (push) Successful in 31s
test / Molecule tests (default, ubuntu2204) (push) Successful in 31s
test / Molecule tests (with_ssh_keys, debian11) (push) Successful in 34s
test / Molecule tests (with_ssh_keys, debian12) (push) Successful in 34s
test / Molecule tests (with_ssh_keys, ubuntu2004) (push) Successful in 33s
test / Molecule tests (with_ssh_keys, ubuntu2204) (push) Successful in 34s

This commit is contained in:
Renovate Bot 2023-07-25 20:57:45 +00:00
parent a73d17a4e6
commit 06dbce3874

6
renovate.json Normal file
View File

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