Skip to content

Commit

Permalink
fix renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
mucsi96 committed Jun 3, 2024
1 parent 087f66d commit e5c5b5b
Showing 1 changed file with 18 additions and 20 deletions.
38 changes: 18 additions & 20 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true,
"groupName": "all dependencies",
"groupSlug": "all",
"packageRules": [
{
"groupName": "all dependencies",
"groupSlug": "all",
"matchPackagePatterns": ["*"]
}
],
"labels": ["dependencies"],
"enabledManagers": ["github-actions", "npm", "pip_requirements"],
"pip_requirements": {
"enabled": true,
"fileMatch": [
"requirements.txt"
]
},
}
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true,
"groupName": "all dependencies",
"groupSlug": "all",
"packageRules": [
{
"groupName": "all dependencies",
"groupSlug": "all",
"matchPackagePatterns": ["*"]
}
],
"labels": ["dependencies"],
"enabledManagers": ["github-actions", "npm", "pip_requirements"],
"pip_requirements": {
"enabled": true,
"fileMatch": ["requirements.txt"]
}
}

0 comments on commit e5c5b5b

Please sign in to comment.