alpha
Login
or
Join now
gwen.works
/
shapemaker
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
🔧 Enable lockfile maintenance
author
Gwenn Le Bihan
date
8 months ago
(Oct 23, 2025, 1:25 PM +0200)
commit
dc6bd294
dc6bd2945a584763c5242e9e95e25ced7faeaa9e
parent
925a6d6d
925a6d6d86fedcc37dfc7926b7dddf34f3cdf9ba
+6
-1
1 changed file
Expand all
Collapse all
Unified
Split
renovate.json
+6
-1
renovate.json
Reviewed
···
1
1
{
2
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
3
"extends": ["github>gwennlbh/renovate"],
4
4
+
"lockFileMaintenance": {
5
5
+
"enabled": true
6
6
+
},
4
7
"customManagers": [
5
8
{
6
9
"customType": "regex",
7
10
"managerFilePatterns": [".github/workflows/*.yml"],
8
8
-
"matchStrings": ["https://github.com/Netflix/vmaf/releases/download/(?<currentValue>\\w+)/vmaf"],
11
11
+
"matchStrings": [
12
12
+
"https://github.com/Netflix/vmaf/releases/download/(?<currentValue>\\w+)/vmaf"
13
13
+
],
9
14
"depNameTemplate": "Netflix/vmaf",
10
15
"datasourceTemplate": "github-releases"
11
16
}