Skip to content

Commit

Permalink
Also update Alpine version mentioned on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andyundso committed Dec 9, 2024
1 parent 1da1f41 commit 485dae1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- cron: "0 0 * * 0"

env:
# renovate: datasource=docker depName=alpine versioning=docker
ALPINE_VERSION: "3.20"
LATEST_POSTGRES_VERSION: "17"

jobs:
Expand Down Expand Up @@ -81,7 +83,7 @@ jobs:
matrix:
operating_system:
- flavor: "alpine"
version: "3.20"
version: "${{ env.ALPINE_VERSION }}"
- flavor: "bookworm"
pg_target:
- "12"
Expand Down
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"customManagers:dockerfileVersions"
"customManagers:dockerfileVersions",
"customManagers:githubActionsVersions"
]
}

0 comments on commit 485dae1

Please sign in to comment.