WIP: Refactor Aurora (3.0.0) #29

Closed
cswimr wants to merge 382 commits from aurora-pydantic into main
Showing only changes of commit 470b4d86d7 - Show all commits

17
renovate.json Normal file
View file

@ -0,0 +1,17 @@
{
"extends": [
"config:best-practices"
],
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": false
}
],
"osvVulnerabilityAlerts": true
}