sick of pins, will revist

This commit is contained in:
Joseph Hanson 2024-11-19 17:23:19 -06:00
parent 1a9f2c8fb0
commit 349e0a357b
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 3 additions and 3 deletions

View file

@ -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;

View file

@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", "docker:pinDigests"],
"extends": ["config:recommended"],
"nix": {
"enabled": true
},