Skip to content

Commit 81c36b6

Browse files
rsimhasebastianbenz
authored andcommitted
Restrict dependency updates to package.json and playground/package.json (ampproject#1519)
1 parent bff7a4c commit 81c36b6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

renovate.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"extends": [
33
"config:base"
4-
]
4+
],
5+
"includePaths": [
6+
"package.json",
7+
"playground/package.json"
8+
]
59
}

0 commit comments

Comments
 (0)