mirror of
https://github.com/go-task/task.git
synced 2025-08-08 22:36:57 +02:00
26 lines
555 B
JSON
26 lines
555 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended",
|
|
"group:allNonMajor",
|
|
"schedule:weekly",
|
|
":semanticCommitTypeAll(chore)"
|
|
],
|
|
"mode": "full",
|
|
"addLabels":["area: dependencies"],
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": ["github-actions"],
|
|
"addLabels": ["area: github actions"]
|
|
},
|
|
{
|
|
"matchCategories": ["js", "node"],
|
|
"addLabels": ["lang: javascript"]
|
|
},
|
|
{
|
|
"matchCategories": ["golang"],
|
|
"addLabels": ["lang: go"]
|
|
}
|
|
]
|
|
}
|