Files
slsa-verifier/renovate.json
laurentsimon 6a2f070bf8 feat: Group GHA removatebot updates (#153)
* update

* update
2022-07-18 16:32:46 +00:00

14 lines
256 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"schedule": ["every weekend"],
"packageRules": [
{
"matchManagers": ["github-actions"],
"groupName": "github-actions"
}
]
}