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 {
|
apiVersion = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
# renovate: depName=docker.io/1password/connect-api datasource=docker
|
# renovate: depName=docker.io/1password/connect-api datasource=docker
|
||||||
default = "1.7.3@sha256:0601c7614e102eada268dbda6ba4b5886ce77713be2c332ec6a2fd0f028484ba";
|
default = "1.7.3";
|
||||||
};
|
};
|
||||||
syncVersion = lib.mkOption {
|
syncVersion = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
# renovate: depName=docker.io/1password/connect-sync datasource=docker
|
# renovate: depName=docker.io/1password/connect-sync datasource=docker
|
||||||
default = "1.7.3@sha256:2f17621c7eb27bbcb1f86bbc5e5a5198bf54ac3b9c2ffac38064d03c932b07d5";
|
default = "1.7.3";
|
||||||
};
|
};
|
||||||
credentialsFile = lib.mkOption {
|
credentialsFile = lib.mkOption {
|
||||||
type = lib.types.path;
|
type = lib.types.path;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:recommended", "docker:pinDigests"],
|
"extends": ["config:recommended"],
|
||||||
"nix": {
|
"nix": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue