Skip to content
This repository was archived by the owner on Feb 16, 2026. It is now read-only.

Commit bfe12e1

Browse files
chore(config): migrate config renovate.json (#37)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4ac6202 commit bfe12e1

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

renovate.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,21 @@
55
],
66
"packageRules": [
77
{
8-
"matchPaths": ["amp_demos/javascript/**"],
8+
"matchFileNames": [
9+
"amp_demos/javascript/**"
10+
],
911
"groupName": "javascript demos"
1012
},
1113
{
12-
"matchPaths": ["amp_demos/java/**"],
14+
"matchFileNames": [
15+
"amp_demos/java/**"
16+
],
1317
"groupName": "java demos"
1418
},
1519
{
16-
"matchPaths": ["amp_demos/python/**"],
20+
"matchFileNames": [
21+
"amp_demos/python/**"
22+
],
1723
"groupName": "python demos"
1824
}
1925
]

0 commit comments

Comments
 (0)