mirror of
https://github.com/jlengrand/adyen-web.git
synced 2026-03-10 08:01:22 +00:00
16 lines
323 B
JSON
16 lines
323 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base",
|
|
":disableDependencyDashboard"
|
|
],
|
|
"labels": ["dependencies"],
|
|
"stabilityDays": 21,
|
|
"prConcurrentLimit": 5,
|
|
"ignorePaths": [
|
|
"**/node_modules/**",
|
|
"packages/e2e/**",
|
|
"packages/playground/**"
|
|
]
|
|
}
|