forked from adobe/aem-sidekick
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.renovaterc.json
29 lines (29 loc) · 962 Bytes
/
.renovaterc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"extends": [
"github>adobe/helix-shared"
],
"ignoreDeps": [
"fetch-mock",
"@spectrum-web-components/action-button",
"@spectrum-web-components/action-group",
"@spectrum-web-components/action-menu",
"@spectrum-web-components/base",
"@spectrum-web-components/button",
"@spectrum-web-components/dialog",
"@spectrum-web-components/divider",
"@spectrum-web-components/icon",
"@spectrum-web-components/icons",
"@spectrum-web-components/icons-workflow",
"@spectrum-web-components/illustrated-message",
"@spectrum-web-components/menu",
"@spectrum-web-components/overlay",
"@spectrum-web-components/picker",
"@spectrum-web-components/progress-circle",
"@spectrum-web-components/search",
"@spectrum-web-components/status-light",
"@spectrum-web-components/table",
"@spectrum-web-components/textfield",
"@spectrum-web-components/theme",
"@spectrum-web-components/toast"
]
}