sick of pins, will revist
This commit is contained in:
parent
1a9f2c8fb0
commit
349e0a357b
2 changed files with 3 additions and 3 deletions
|
@ -9,12 +9,12 @@ in
|
|||
apiVersion = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
# renovate: depName=docker.io/1password/connect-api datasource=docker
|
||||
default = "1.7.3@sha256:0601c7614e102eada268dbda6ba4b5886ce77713be2c332ec6a2fd0f028484ba";
|
||||
default = "1.7.3";
|
||||
};
|
||||
syncVersion = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
# renovate: depName=docker.io/1password/connect-sync datasource=docker
|
||||
default = "1.7.3@sha256:2f17621c7eb27bbcb1f86bbc5e5a5198bf54ac3b9c2ffac38064d03c932b07d5";
|
||||
default = "1.7.3";
|
||||
};
|
||||
credentialsFile = lib.mkOption {
|
||||
type = lib.types.path;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:recommended", "docker:pinDigests"],
|
||||
"extends": ["config:recommended"],
|
||||
"nix": {
|
||||
"enabled": true
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue