Compare commits

..

1 commit

Author SHA1 Message Date
a1891a9988
only allow sops encryption of *.sops.* files
Some checks failed
/ Ansible Lint (pull_request) Successful in 3m20s
/ Ansible Lint (push) Has been cancelled
2026-03-06 20:10:09 +01:00

View file

@ -30,19 +30,19 @@
"matchUpdateTypes": [ "matchUpdateTypes": [
"minor", "minor",
"patch" "patch"
] ],
"matchJsonata": ["isBreaking != true"]
}, },
{ {
"matchDatasources": ["docker"], "matchDatasources": ["docker"],
"matchPackageNames": ["docker.io/pretix/standalone"], "matchPackageNames": ["docker.io/pretix/standalone"],
"matchUpdateTypes": ["minor"], "versioning": "regex:^(?<major>\\d+\\.\\d+)(?:\\.(?<minor>\\d+))$"
"groupName": null
}, },
{ {
"matchDatasources": ["docker"], "matchDatasources": ["docker"],
"matchPackageNames": ["docker.io/pretalx/standalone"], "matchPackageNames": ["docker.io/pretalx/standalone"],
"matchUpdateTypes": ["minor"], "matchUpdateTypes": ["minor"],
"groupName": null "isBreaking": true
} }
], ],
"customManagers": [ "customManagers": [