Skip to content

Commit a90eb79

Browse files
authored
[MISC] Update PG version and dual branch configurations (#5)
* Dual branch configurations * PG version bump
1 parent d02dccc commit a90eb79

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/renovate.json5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["github>canonical/data-platform//renovate_presets/charm.json5"],
44
"reviewers": ["team:data-platform-postgresql"],
5+
"baseBranches": ["/^*\\/edge/"],
56
}

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ concurrency:
99
on:
1010
push:
1111
branches:
12-
- 14/edge
12+
- "*/edge"
1313
paths:
1414
- snap/**
1515
workflow_dispatch:
@@ -25,7 +25,7 @@ jobs:
2525
- build
2626
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
2727
with:
28-
channel: 14/edge
28+
channel: ${{ github.ref_name }}
2929
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
3030
secrets:
3131
snap-store-token: ${{ secrets.SNAP_STORE_TOKEN }}

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: postgresql
22
base: core22
3-
version: '14.15'
3+
version: '14.17'
44
summary: PostgreSQL in a snap.
55
description: |
66
PostgreSQL is a free and open-source relational database management

0 commit comments

Comments
 (0)