mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
22 lines
457 B
JSON
22 lines
457 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:js-app",
|
|
"group:allNonMajor",
|
|
"docker:disableMajor",
|
|
"helpers:disableTypesNodeMajor"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": ["github-actions"],
|
|
"groupName": "GitHub Actions",
|
|
"groupSlug": "github-actions"
|
|
},
|
|
{
|
|
"matchPackageNames": ["node"],
|
|
"groupName": "Node.js",
|
|
"groupSlug": "node"
|
|
}
|
|
]
|
|
}
|