Skip to content

Commit

Permalink
disable watchtower/dep updates
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
renovate[bot] authored and Zoey2936 committed Jun 2, 2024
1 parent 68768e2 commit 71e8993
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ RUN ln -s /usr/local/acme.sh/acme.sh /usr/local/bin/acme.sh && \
ENV NODE_ENV=production \
NODE_CONFIG_DIR=/data/etc/npm \
DB_SQLITE_FILE=/data/etc/npm/database.sqlite

LABEL com.centurylinklabs.watchtower.monitor-only="true"
ENV PUID=0 \
PGID=0 \
NIBEP=48693 \
Expand Down
4 changes: 2 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A beautiful interface for creating Nginx endpoints",
"main": "index.js",
"dependencies": {
"@apidevtools/json-schema-ref-parser": "11.6.2",
"@apidevtools/json-schema-ref-parser": "11.6.3",
"ajv": "6.12.6",
"archiver": "7.0.1",
"batchflow": "0.4.0",
Expand Down Expand Up @@ -34,6 +34,6 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"globals": "15.3.0",
"prettier": "3.2.5"
"prettier": "3.3.0"
}
}

0 comments on commit 71e8993

Please sign in to comment.