Add renovate.json
All checks were successful
test / Linting (push) Successful in 7s
test / Molecule tests (default, debian11) (push) Successful in 1m1s
test / Molecule tests (default, debian12) (push) Successful in 1m9s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m9s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m9s
test / Molecule tests (with_custom_ascii, debian11) (push) Successful in 1m2s
test / Molecule tests (with_custom_ascii, debian12) (push) Successful in 1m12s
test / Molecule tests (with_custom_ascii, ubuntu2004) (push) Successful in 1m2s
test / Molecule tests (with_custom_ascii, ubuntu2204) (push) Successful in 1m9s

This commit is contained in:
Renovate Bot 2023-07-25 20:58:33 +00:00
parent ece71b8108
commit dc1ff481e2

6
renovate.json Normal file
View File

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