Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
c8e4579ac6
|
|||
| 86c8c7659a | |||
| e9dc641b68 | |||
|
caed076db6
|
|||
| 8d5df03ad5 | |||
| 90eba865cf | |||
| c75e88a6f3 | |||
| 9fb6ded315 | |||
| 28b10a5452 | |||
| 342e639b24 |
+1
-1
@@ -21,7 +21,7 @@ build:
|
||||
- push
|
||||
|
||||
prepare_release:
|
||||
image: node:18
|
||||
image: node:20
|
||||
stage: prepare
|
||||
before_script:
|
||||
- npm install -g conventional-changelog-cli
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
# To get started with Dependabot version updates, you'll need to specify which
|
||||
# package ecosystems to update and where the package manifests are located.
|
||||
# Please see the documentation for all configuration options:
|
||||
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
||||
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
open-pull-requests-limit: 20
|
||||
rebase-strategy: none
|
||||
+5
-3
@@ -1,6 +1,8 @@
|
||||
FROM node:20
|
||||
FROM node:20.12.1
|
||||
|
||||
ENV PATH=${PATH}:/root/.local/bin
|
||||
|
||||
RUN apt update && \
|
||||
apt install -y python3 python3-pip ruby git && \
|
||||
apt install -y python3 python3-pip ruby git pipx && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
pip3 install pre-commit
|
||||
pipx install pre-commit
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user