Add renovate.json
All checks were successful
test / Linting (push) Successful in 8s
test / Molecule tests (default, debian11) (push) Successful in 41s
test / Molecule tests (default, debian12) (push) Successful in 41s
test / Molecule tests (default, ubuntu2004) (push) Successful in 45s
test / Molecule tests (default, ubuntu2204) (push) Successful in 50s
test / Molecule tests (with_custom_ca, debian11) (push) Successful in 44s
test / Molecule tests (with_custom_ca, debian12) (push) Successful in 50s
test / Molecule tests (with_custom_ca, ubuntu2004) (push) Successful in 50s
test / Molecule tests (with_custom_ca, ubuntu2204) (push) Successful in 48s

This commit is contained in:
Renovate Bot 2023-07-25 20:57:11 +00:00
parent b5740ea55b
commit 1e7da2478b

6
renovate.json Normal file
View File

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