chore: Initial attempt at Renovate workflow
All checks were successful
renovate / renovate (push) Successful in 55s
All checks were successful
renovate / renovate (push) Successful in 55s
This commit is contained in:
12
.renovate/renovate.json
Normal file
12
.renovate/renovate.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:recommended"],
|
||||
"dependencyDashboard": true,
|
||||
"dependencyDashboardTitle": "Renovate Dashboard",
|
||||
"assignees": ["djpbessems"],
|
||||
"configMigration": true,
|
||||
"prHourlyLimit": 0,
|
||||
"argocd": {
|
||||
"managerFilePatterns": ["/\\.yaml$/"]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user