diff --git a/.github/renovate.json5 b/.github/renovate.json5 index ad234d2d..875168c0 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -12,7 +12,17 @@ automerge: true, schedule: 'after 5pm on the first day of the month', }, - baseBranches: ['master', '3.16', '3.22', '3.28-gdal3.6', '3.30', '3.32'], + baseBranches: [ + '3.16', + '3.22', + '3.28', + '3.28-gdal3.6', + '3.28-gdal3.7', + '3.30', + '3.32', + '3.34-gdal3.7', + 'master', + ], 'pre-commit': { enabled: true }, regexManagers: [ /** Do updates on pre-commit additional dependencies */ diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index d20f35b7..611cc04a 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -16,10 +16,12 @@ jobs: branch: - '3.16' - '3.22' - - '3.28-gdal3.6' - - '3.28-gdal3.7' + - '3.28' + - 3.28-gdal3.6 + - 3.28-gdal3.7 - '3.30' - '3.32' + - 3.34-gdal3.7 steps: # Remove Python packages with wriong version diff --git a/SECURITY.md b/SECURITY.md index b59f1fea..3c0b288a 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -16,6 +16,7 @@ | 3.28-gdal3.7 | Best effort | 3.28, ltr | Version based on Ubuntu 22.04 | | 3.30 | 23/06/2023 | | Version based on GDAL 3.6, Ubuntu 22.04 | | 3.32 | 27/10/2023 | lr, latest | Version based on GDAL 3.7, Ubuntu 22.04 | +| 3.34-gdal3.7 | Best effort | The initial support is aligned to the [upstream support](https://www.qgis.org/en/site/getinvolved/development/roadmap.html#release-schedule).