Merge pull request 'chore: Configure Renovate' (#1) from renovate/configure into main
All checks were successful
test / Linting (push) Successful in 10s
test / Molecule tests (default, debian11) (push) Successful in 1m0s
test / Molecule tests (default, debian12) (push) Successful in 1m32s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m40s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m9s
test / Molecule tests (with_tls_enabled, debian12) (push) Successful in 1m13s
test / Molecule tests (with_tls_enabled, debian11) (push) Successful in 1m26s
test / Molecule tests (with_tls_enabled, ubuntu2004) (push) Successful in 1m40s
test / Molecule tests (with_tls_enabled, ubuntu2204) (push) Successful in 1m20s

Reviewed-on: #1
This commit is contained in:
Bertrand Lanson 2024-02-12 09:03:10 +00:00
commit f0b45a4582

7
renovate.json Normal file
View File

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