Skip to content

Instantly share code, notes, and snippets.

@itz-Jana
Created November 10, 2024 12:03
Show Gist options
  • Save itz-Jana/2627b87f47a0141dd98636276bd2a1f6 to your computer and use it in GitHub Desktop.
Save itz-Jana/2627b87f47a0141dd98636276bd2a1f6 to your computer and use it in GitHub Desktop.
Renovate Custom Manager NixOS oci-container
{
"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