chore: add renovate bot modular configuration (#1983)
This commit is contained in:
14
.github/renovate/actions.json5
vendored
Normal file
14
.github/renovate/actions.json5
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
|
||||
|
||||
extends: ['helpers:pinGitHubActionDigests'],
|
||||
|
||||
packageRules: [
|
||||
// All GitHub Actions need manual review
|
||||
{
|
||||
matchManagers: ['github-actions'],
|
||||
groupName: 'GitHub Actions',
|
||||
minimumReleaseAge: '7 days',
|
||||
},
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user