Compare commits

..

2 commits

Author SHA1 Message Date
e158d36c06 Add renovate config
Some checks failed
CI / build (push) Failing after 1m34s
2025-01-21 22:18:59 +02:00
0e3134fbbf Add git renovate module 2025-01-21 22:18:59 +02:00
2 changed files with 4 additions and 8 deletions

View file

@ -66,6 +66,3 @@ Usage:
sops $file # To edit a file sops $file # To edit a file
sops-rekey # To rekey all secrets, e.g. after a key rollover or new host sops-rekey # To rekey all secrets, e.g. after a key rollover or new host
``` ```
After changing secrets, don't forget to push the sub-repository and run
`nix flake update private` in the infrastructure repository to use the changes in builds.

9
flake.lock generated
View file

@ -111,11 +111,10 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1737489963, "lastModified": 1734984619,
"narHash": "sha256-1Qo3Qofx6W4s7tfvAKuq+hIUkkSRTU6j9PcDodM0hY4=", "narHash": "sha256-D9awD3ArJ+8jCPr96HruGS4xpkJ7h2+V0Yiaay/9pyE=",
"ref": "refs/heads/main", "rev": "18d3b3b703a6139b9ebd5ec64311717cf2a6f9bc",
"rev": "d42933081c8149ee536b0300020d4f31b206f514", "revCount": 7,
"revCount": 10,
"type": "git", "type": "git",
"url": "file:./private" "url": "file:./private"
}, },