Skip to content

Commit b1f9148

Browse files
committed
chore: refine renovate configuration
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
1 parent 033bc8c commit b1f9148

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
"lockFileMaintenance": {
55
"enabled": true
66
},
7+
"packageRules": [
8+
{
9+
"matchFileNames": ["**/package.json", "**/deno.json"],
10+
"rangeStrategy": "bump"
11+
}
12+
],
713
"ignorePaths": [
814
"**/node_modules/**",
915
"**/bower_components/**",

0 commit comments

Comments
 (0)