Compare commits

..

2 Commits

Author SHA1 Message Date
f0b45a4582 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
2024-02-12 09:03:10 +00:00
333d9d7ae9 Add renovate.json
All checks were successful
test / Linting (push) Successful in 33s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m36s
test / Molecule tests (default, debian12) (push) Successful in 1m43s
test / Molecule tests (default, debian11) (push) Successful in 1m54s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m41s
test / Molecule tests (with_tls_enabled, debian11) (push) Successful in 1m40s
test / Molecule tests (with_tls_enabled, debian12) (push) Successful in 1m35s
test / Molecule tests (with_tls_enabled, ubuntu2004) (push) Successful in 1m21s
test / Molecule tests (with_tls_enabled, ubuntu2204) (push) Successful in 1m39s
2024-02-12 08:45:12 +00:00

7
renovate.json Normal file
View File

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