Compare commits

..
Author SHA1 Message Date
4ffb5c18a1
use jtbx SSH key instead of PGP key and use SOPS merge for admin keys
All checks were successful
/ build (pull_request) Successful in 29s
/ Ansible Lint (pull_request) Successful in 5m39s
/ cleanup-staging (pull_request) Successful in 6s
/ build (push) Successful in 25s
/ Ansible Lint (push) Successful in 3m39s
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-24 20:11:54 +02:00
Max
e2277e0e9c
bypass pull request workflow for automatic patch updates
All checks were successful
/ build (pull_request) Successful in 28s
/ Ansible Lint (pull_request) Successful in 3m37s
/ cleanup-staging (pull_request) Successful in 6s
/ build (push) Successful in 25s
/ Ansible Lint (push) Successful in 3m32s
2026-09-22 22:10:44 +02:00

View file

@ -38,10 +38,13 @@
"!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"],
"matchCurrentVersion": "!/^0/", "automerge": true,
"automerge": true "ignoreTests": true,
"automergeType": "branch"
}, },
{ {
"matchDatasources": ["docker"], "matchDatasources": ["docker"],