Created
November 10, 2024 12:03
-
-
Save itz-Jana/2627b87f47a0141dd98636276bd2a1f6 to your computer and use it in GitHub Desktop.
Renovate Custom Manager NixOS oci-container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"customManagers": [ | |
{ | |
"customType": "regex", | |
"datasourceTemplate": "docker", | |
"fileMatch": [ | |
".+\\.nix$" | |
], | |
"matchStrings": [ | |
"\\s+image\\s+=\\s+\"(?<depName>.*?):(?<currentValue>.*?)\"" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment