mirror of
https://github.com/slsa-framework/slsa-verifier.git
synced 2026-05-07 00:56:39 +00:00
30 lines
756 B
JSON
30 lines
756 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:base", ":gitSignOff"],
|
|
"schedule": ["every weekend"],
|
|
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"],
|
|
"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"
|
|
}
|
|
]
|
|
}
|