Skip to content
This repository was archived by the owner on Jan 12, 2025. It is now read-only.

Commit 7942f04

Browse files
committed
Merge remote-tracking branch 'origin/main' into main
2 parents 2c6c2a4 + bd202a1 commit 7942f04

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/ci-publish-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
token: ${{ secrets.GITHUB_TOKEN }}
2222
- id: compute_tag
23-
uses: craig-day/compute-tag@v11
23+
uses: craig-day/compute-tag@v13
2424
with:
2525
github_token: ${{ secrets.GITHUB_TOKEN }}
2626
version_scheme: semantic

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lsiobase/nginx:3.12
1+
FROM lsiobase/nginx:3.14
22

33
LABEL maintainer="Griefed <[email protected]>"
44

renovate.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base"
5+
],
6+
"prConcurrentLimit": 5
7+
}

0 commit comments

Comments
 (0)