renovate enable nix

This commit is contained in:
Vivian 2023-01-20 10:37:38 +01:00
parent 5a6e5f19d7
commit ad6d9f9cbb
2 changed files with 12 additions and 29 deletions

View file

@ -455,11 +455,11 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1674054764, "lastModified": 1674143063,
"narHash": "sha256-00cRYxCYmZvncLyCsVYrhQsCzFnjkZi+23TC2FpQU/U=", "narHash": "sha256-CfP6ZYjxLeC1Q6W4f+RCd2sokIX8RnyTA8wYzYmx9XE=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "Hyprland", "repo": "Hyprland",
"rev": "428063ff2304962387803fd59e5da8b9b82710cc", "rev": "5112056fdbda989191310364444f328240bbf6f1",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -840,11 +840,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1674125115, "lastModified": 1674160777,
"narHash": "sha256-k22iBAgchS0pvFJu1gVhw/6fVbmOngtgYAGpRbL55qw=", "narHash": "sha256-ozE4FVz+UB+5pTiNjhYanS/y52lwXhv8mWzAugbIHak=",
"owner": "pta2002", "owner": "pta2002",
"repo": "nixvim", "repo": "nixvim",
"rev": "3f9effc575cabe61b7a9539ce550484049fe5c68", "rev": "d2f714c40ec9bcb20f91a8124f33c81f0576bb68",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -855,11 +855,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1674117493, "lastModified": 1674199941,
"narHash": "sha256-3X7K7CfTshJUMlUxGI2I2SJqKg9S1OFw4HhtYCe/vnw=", "narHash": "sha256-l16+t5cft/7SmwwKd3VHTD6Lk2ZIDo8MGu/zkok9Ack=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "00120bd037350362ad270e536d3cfd5efd404228", "rev": "2fabc504984f757b694a1c2ef5101659f46638e5",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -17,6 +17,9 @@ data:
"kubernetes": { "kubernetes": {
"fileMatch": ["flux/.+\\.ya?ml$"] "fileMatch": ["flux/.+\\.ya?ml$"]
}, },
"nix": {
"enabled": true
},
"hostRules": [ "hostRules": [
{ {
"hostType": "docker", "hostType": "docker",
@ -42,25 +45,5 @@ data:
"ghcr.io/fluxcd/kustomize-controller", "ghcr.io/fluxcd/kustomize-controller",
"ghcr.io/fluxcd/notification-controller", "ghcr.io/fluxcd/notification-controller",
"ghcr.io/fluxcd/source-controller" "ghcr.io/fluxcd/source-controller"
],
"regexManagers": [
{
"fileMatch": [
"flux/cluster/crds/traefik/.+\\.ya?ml$"
],
"matchStrings": [
"registryUrl=(?<registryUrl>.*?) chart=(?<depName>.*?)\n *tag: v(?<currentValue>.*)\n"
],
"datasourceTemplate": "helm"
},
{
"fileMatch": [
"flux/cluster/crds/external-secrets/.+\\.ya?ml$"
],
"matchStrings": [
"registryUrl=(?<registryUrl>.*?) chart=(?<depName>.*?)\n *tag: helm-chart-(?<currentValue>.*)\n"
],
"datasourceTemplate": "helm"
},
] ]
}; };