mirror of
https://github.com/nikdoof/pydantic_spaceapi.git
synced 2025-12-14 15:02:18 +00:00
Add basic tests framework
This commit is contained in:
18
.github/renovate.json
vendored
Normal file
18
.github/renovate.json
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"lockFileMaintenance": {
|
||||
"enabled": true,
|
||||
"automerge": true
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackageNames": [
|
||||
"ruff"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch"
|
||||
],
|
||||
"automerge": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user