mirror of
https://github.com/slsa-framework/slsa-verifier.git
synced 2026-05-07 00:56:39 +00:00
Should fix https://github.com/slsa-framework/slsa-verifier/issues/726 Signed-off-by: laurentsimon <64505099+laurentsimon@users.noreply.github.com>
33 lines
844 B
JSON
33 lines
844 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:base", ":gitSignOff"],
|
|
"schedule": ["before 4am on the first day of the month"],
|
|
"vulnerabilityAlerts": {
|
|
"schedule": "before 4am"
|
|
},
|
|
"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"
|
|
}
|
|
]
|
|
}
|