Compare commits

...

2 commits

Author SHA1 Message Date
239de262df Update git.hamburg.ccc.de/ccchh/oci-images/nextcloud Docker tag to v34
All checks were successful
/ build (pull_request) Successful in 28s
/ Ansible Lint (push) Successful in 2m38s
/ Ansible Lint (pull_request) Successful in 2m36s
2026-07-11 21:01:29 +00:00
Max
2a576495da
separate multiple major release upgrades
All checks were successful
/ build (pull_request) Successful in 30s
/ Ansible Lint (pull_request) Successful in 2m31s
/ cleanup-staging (pull_request) Successful in 3s
/ build (push) Successful in 26s
/ Ansible Lint (push) Successful in 2m47s
2026-07-11 21:57:34 +02:00
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# renovate: datasource=docker depName=git.hamburg.ccc.de/ccchh/oci-images/nextcloud # renovate: datasource=docker depName=git.hamburg.ccc.de/ccchh/oci-images/nextcloud
nextcloud__version: 33 nextcloud__version: 34
# renovate: datasource=docker depName=docker.io/library/postgres # renovate: datasource=docker depName=docker.io/library/postgres
nextcloud__postgres_version: 15.18 nextcloud__postgres_version: 15.18
nextcloud__fqdn: cloud.hamburg.ccc.de nextcloud__fqdn: cloud.hamburg.ccc.de

View file

@ -11,7 +11,11 @@
":ignoreUnstable", ":ignoreUnstable",
":disableRateLimiting", ":disableRateLimiting",
":rebaseStalePrs", ":rebaseStalePrs",
":label(renovate)" ":label(renovate)",
// a lot of packages do not support skipping major versions
// with this option renovate creates a pr from the current version to each newer version
":separateMultipleMajorReleases"
], ],
"semanticCommits": "disabled", "semanticCommits": "disabled",
"ignorePaths": [ "ignorePaths": [