Skip to content

Commit

Permalink
Merge branch 'main' into make-db-and-redis-optional-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jippi authored Dec 1, 2024
2 parents 9840cd3 + 0c6ad7a commit 11b9f76
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

renovate:
name: Renovate Config
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -44,7 +44,7 @@ jobs:
fetch-depth: 0

- name: check
uses: DavidAnson/markdownlint-cli2-action@v17
uses: DavidAnson/markdownlint-cli2-action@v18
with:
config: .markdownlint.yml
globs: "docs.io/**/*.md"
2 changes: 1 addition & 1 deletion images/pixelfed/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# See: https://nginx.org/
#
# renovate: datasource=github-tags depName=nginx/nginx versioning=semver
ARG NGINX_VERSION="1.27.1"
ARG NGINX_VERSION="1.27.3"

# See: https://github.com/ddollar/forego
#
Expand Down
40 changes: 20 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"license": "MIT",
"type": "module",
"devDependencies": {
"@playwright/test": "1.47.0",
"@types/node": "20.16.5",
"@playwright/test": "1.49.0",
"@types/node": "22.10.1",
"http-server": "14.1.1"
}
}

0 comments on commit 11b9f76

Please sign in to comment.