This repository has been archived on 2026-02-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Javelina/.renovaterc
profitroll a0dda1b47e
All checks were successful
safety-check / build (push) Successful in 25s
test / Build and Test (3.11) (push) Successful in 1m26s
test / Build and Test (3.12) (push) Successful in 1m33s
test / Build and Test (3.13) (push) Successful in 1m22s
Updated the lookup location for dependencies
2026-01-08 09:14:46 +01:00

28 lines
515 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
}
]
}