Compare commits

..
Author SHA1 Message Date
c6b7d4c6dd
use jtbx SSH key instead of PGP key and use SOPS merge for admin keys
All checks were successful
/ build (pull_request) Successful in 47s
/ Ansible Lint (push) Successful in 2m31s
/ Ansible Lint (pull_request) Successful in 2m46s
Use jtbx SSH key instead of his PGP key and re-organize .sops.yaml
around the SOPS merge feature to accommodate admin age/SSH keys.
2026-09-23 21:46:38 +02:00

View file

@ -38,13 +38,10 @@
"!git.hamburg.ccc.de/ccchh/oci-images/keycloak" "!git.hamburg.ccc.de/ccchh/oci-images/keycloak"
] ]
}, },
// Automatically merge patch level updates
// https://docs.renovatebot.com/key-concepts/automerge/
{ {
"matchUpdateTypes": ["patch"], "matchUpdateTypes": ["patch"],
"automerge": true, "matchCurrentVersion": "!/^0/",
"ignoreTests": true, "automerge": true
"automergeType": "branch"
}, },
{ {
"matchDatasources": ["docker"], "matchDatasources": ["docker"],