This repository has no description
1{
2 "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3 "extends": ["config:recommended"],
4 "nix": {
5 "enabled": true
6 },
7 "lockFileMaintenance": {
8 "enabled": true
9 },
10 "customManagers": [
11 {
12 "customType": "regex",
13 "description": "Update package definitions",
14 "fileMatch": "\\.nix$",
15 "matchStrings": [
16 "# renovate: datasource=(?<datasource>[a-z-]+?) name=(?<depName>.+?)\\s+\\w+\\s*=\\s*\"(?<currentValue>.+?)\"\\s*;"
17 ]
18 }
19 ]
20}