This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

🔧 Enable lockfile maintenance

+6 -1
+6 -1
renovate.json
··· 1 1 { 2 2 "$schema": "https://docs.renovatebot.com/renovate-schema.json", 3 3 "extends": ["github>gwennlbh/renovate"], 4 + "lockFileMaintenance": { 5 + "enabled": true 6 + }, 4 7 "customManagers": [ 5 8 { 6 9 "customType": "regex", 7 10 "managerFilePatterns": [".github/workflows/*.yml"], 8 - "matchStrings": ["https://github.com/Netflix/vmaf/releases/download/(?<currentValue>\\w+)/vmaf"], 11 + "matchStrings": [ 12 + "https://github.com/Netflix/vmaf/releases/download/(?<currentValue>\\w+)/vmaf" 13 + ], 9 14 "depNameTemplate": "Netflix/vmaf", 10 15 "datasourceTemplate": "github-releases" 11 16 }