Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
chore(deps): fine-tune Renovate configuration (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi authored Feb 6, 2024
1 parent 121e79f commit cf64624
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"config:recommended",
":dependencyDashboard",
":label(dependencies)",
":prConcurrentLimitNone",
":prHourlyLimitNone"
],
"packageRules": [
{
"matchManagers": ["docker-compose", "dockerfile"],
"appendLabels": ["docker"]
},
{
"matchManagers": ["gradle", "gradle-wrapper"],
"appendLabels": ["java"]
},
{
"matchManagers": ["github-actions"],
"appendLabels": ["github_actions"]
}
]
}

0 comments on commit cf64624

Please sign in to comment.