File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2
2
"$schema" : "https://docs.renovatebot.com/renovate-schema.json" ,
3
3
"extends" : [ "github>canonical/data-platform//renovate_presets/charm.json5" ] ,
4
4
"reviewers" : [ "team:data-platform-postgresql" ] ,
5
+ "baseBranches" : [ "/^*\\/edge/" ] ,
5
6
}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ concurrency:
9
9
on :
10
10
push :
11
11
branches :
12
- - 14 /edge
12
+ - " * /edge"
13
13
paths :
14
14
- snap/**
15
15
workflow_dispatch :
25
25
- build
26
26
uses :
canonical/data-platform-workflows/.github/workflows/[email protected]
27
27
with :
28
- channel : 14/edge
28
+ channel : ${{ github.ref_name }}
29
29
artifact-prefix : ${{ needs.build.outputs.artifact-prefix }}
30
30
secrets :
31
31
snap-store-token : ${{ secrets.SNAP_STORE_TOKEN }}
Original file line number Diff line number Diff line change 1
1
name : postgresql
2
2
base : core22
3
- version : ' 14.15 '
3
+ version : ' 14.17 '
4
4
summary : PostgreSQL in a snap.
5
5
description : |
6
6
PostgreSQL is a free and open-source relational database management
You can’t perform that action at this time.
0 commit comments