mirror of
https://github.com/slsa-framework/slsa-verifier.git
synced 2026-05-08 09:36:44 +00:00
Signed-off-by: Ian Lewis <ianmlewis@gmail.com> Signed-off-by: Ian Lewis <ianmlewis@gmail.com>
29 lines
677 B
JSON
29 lines
677 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:base"],
|
|
"schedule": ["every weekend"],
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": ["github-actions"],
|
|
"groupName": "github-actions"
|
|
},
|
|
{
|
|
"matchManagers": ["gomod"],
|
|
"excludePackageNames": ["go"],
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"groupName": "go"
|
|
},
|
|
{
|
|
"matchManagers": ["npm"],
|
|
"matchDepTypes": ["dependencies"],
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"groupName": "npm"
|
|
},
|
|
{
|
|
"matchManagers": ["npm"],
|
|
"matchDepTypes": ["devDependencies"],
|
|
"groupName": "npm dev"
|
|
}
|
|
]
|
|
}
|