Files
kluck/.renovaterc
Kostiantyn Kuleshov 49ff822bd8
All checks were successful
Tests / test (3.11) (push) Successful in 46s
Tests / test (3.8) (push) Successful in 50s
Tests / test (3.9) (push) Successful in 49s
Tests / test (3.10) (push) Successful in 48s
Added LICENSE and Renovate config
2024-08-10 17:34:00 +00:00

27 lines
514 B
Plaintext

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"baseBranches": [
"dev"
],
"pip_requirements": {
"fileMatch": [
"requirements/.*\\.txt$"
],
"enabled": true
},
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
}
]
}