Compare commits

...

2 Commits

Author SHA1 Message Date
23bbcbc02b Merge pull request 'chore: Configure Renovate' (#5) from renovate/configure into main
All checks were successful
test / Linting (push) Successful in 9s
test / Molecule tests (default, ubuntu2004) (push) Successful in 51s
test / Molecule tests (default, debian11) (push) Successful in 1m4s
test / Molecule tests (default, debian12) (push) Successful in 1m6s
test / Molecule tests (default, ubuntu2204) (push) Successful in 30s
test / Molecule tests (with_custom_config, debian11) (push) Successful in 28s
test / Molecule tests (with_custom_config, debian12) (push) Successful in 29s
test / Molecule tests (with_custom_config, ubuntu2004) (push) Successful in 36s
test / Molecule tests (with_custom_config, ubuntu2204) (push) Successful in 45s
Reviewed-on: #5
2024-01-29 17:10:36 +00:00
f878bdb890 Add renovate.json
All checks were successful
test / Linting (push) Successful in 31s
test / Molecule tests (default, ubuntu2004) (push) Successful in 46s
test / Molecule tests (default, debian11) (push) Successful in 1m20s
test / Molecule tests (default, debian12) (push) Successful in 1m26s
test / Molecule tests (default, ubuntu2204) (push) Successful in 51s
test / Molecule tests (with_custom_config, debian11) (push) Successful in 36s
test / Molecule tests (with_custom_config, debian12) (push) Successful in 28s
test / Molecule tests (with_custom_config, ubuntu2004) (push) Successful in 31s
test / Molecule tests (with_custom_config, ubuntu2204) (push) Successful in 51s
2024-01-29 17:03:38 +00:00

6
renovate.json Normal file
View File

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