Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcusramberg/1c47f177b14579aec193256e2b23c679 to your computer and use it in GitHub Desktop.
Save marcusramberg/1c47f177b14579aec193256e2b23c679 to your computer and use it in GitHub Desktop.
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"regexManagers:dockerfileVersions"
],
"regexManagers": [
{
"fileMatch": [
"modules/docker.nix"
],
"matchStrings": [
"# renovate: datasource=(?<datasource>.*) depname=(?<depName>.*)\\n\\s*image\\s*=\\s*\"(?<currentValue>.+)\""
]
}
],
"lockFileMaintenance": {
"enabled": true,
"extends": [
"schedule:weekly"
]
},
"nix": {
"enabled": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment