mirror of
https://github.com/go-task/task.git
synced 2026-07-01 08:34:19 +00:00
ci: enable indirect Go deps and group action digest updates (#2902)
This commit is contained in:
10
.github/renovate.json
vendored
10
.github/renovate.json
vendored
@@ -21,6 +21,16 @@
|
||||
}
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": ["gomod"],
|
||||
"matchDepTypes": ["indirect"],
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"matchUpdateTypes": ["digest", "pinDigest"],
|
||||
"groupName": "all non-major dependencies",
|
||||
"groupSlug": "all-minor-patch"
|
||||
},
|
||||
{
|
||||
"matchManagers": ["github-actions"],
|
||||
"addLabels": ["area: github actions"]
|
||||
|
||||
Reference in New Issue
Block a user