renovate workflow and replace all by latest version
This commit is contained in:
42
renovate.json
Normal file
42
renovate.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"dependencyDashboard": true,
|
||||
"dependencyDashboardTitle": "Renovate Dashboard",
|
||||
"assignees": [
|
||||
"chriswin"
|
||||
],
|
||||
"labels": [
|
||||
"renovate"
|
||||
],
|
||||
"configMigration": true,
|
||||
"prHourlyLimit": 0,
|
||||
"docker-compose": {
|
||||
"hostRules": [
|
||||
{
|
||||
"matchHost": "docker.io",
|
||||
"concurrentRequestLimit": 2
|
||||
}
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackageNames": "tensorchord/pgvecto-rs",
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"matchPackageNames": "mysql",
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"matchPackageNames": "mrusse08/soularr",
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"matchPackageNames": "mysql",
|
||||
"enabled": false
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user