mirror of
https://github.com/jlengrand/adyen-web.git
synced 2026-03-10 08:01:22 +00:00
Renovate: Fixing ignored paths (#1948)
This commit is contained in:
committed by
GitHub
parent
ac29dfc5e6
commit
c1c99e63a0
@@ -1,16 +1,15 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base"
|
||||
"config:base",
|
||||
":disableDependencyDashboard"
|
||||
],
|
||||
"labels": ["dependencies"],
|
||||
"stabilityDays": 21,
|
||||
"prConcurrentLimit": 5,
|
||||
"includePaths": [
|
||||
"packages/lib/",
|
||||
"packages/server/",
|
||||
".github/",
|
||||
"./package.json"
|
||||
"ignorePaths": [
|
||||
"**/node_modules/**",
|
||||
"packages/e2e/**",
|
||||
"packages/playground/**"
|
||||
]
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user