This repository has been archived on 2024-07-08. You can view files and clone it, but cannot push or open issues or pull requests.
nix-config-tn/.github/renovate.json5

32 lines
855 B
Text
Raw Normal View History

2024-03-26 06:36:56 -05:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>truxnell/renovate-config",
"github>truxnell/renovate-config:automerge-github-actions",
"github>truxnell/nix-config//.github/renovate/autoMerge.json5",
2024-03-26 06:36:56 -05:00
],
"gitAuthor": "Trux-Bot <19149206+trux-bot[bot]@users.noreply.github.com>",
"ignoreTests": "false",
2024-03-26 06:36:56 -05:00
// TODO remove once out of beta?
// https://docs.renovatebot.com/modules/manager/nix/
"nix": {
2024-04-08 00:03:19 -05:00
"enabled": "true",
2024-03-26 06:36:56 -05:00
},
2024-04-07 20:55:39 -05:00
2024-03-26 06:36:56 -05:00
"lockFileMaintenance": {
2024-04-07 20:55:39 -05:00
"enabled": "true",
2024-04-08 00:05:21 -05:00
"automerge": "true",
},
2024-04-07 20:55:39 -05:00
"regexManagers": [
{
fileMatch: ["^.*\\.nix$"],
matchStrings: [
2024-04-06 23:52:38 -05:00
'image *= *"(?<depName>.*?):(?<currentValue>.*?)(@(?<currentDigest>sha256:[a-f0-9]+))?";',
],
datasourceTemplate: "docker",
}
],
2024-04-07 20:55:39 -05:00
}