Initial sections commit
All checks were successful
Tests / test (3.10) (push) Successful in 9s
Tests / test (3.11) (push) Successful in 10s
Tests / test (3.9) (push) Successful in 10s

This commit is contained in:
2024-05-12 14:58:27 +02:00
parent f0653aa4aa
commit 95da144791
26 changed files with 161 additions and 1 deletions

20
.renovaterc Normal file
View File

@@ -0,0 +1,20 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"baseBranches": [
"dev"
],
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
}
]
}