Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
caed076db6
|
|||
| 8d5df03ad5 | |||
| 90eba865cf | |||
| c75e88a6f3 | |||
| 9fb6ded315 | |||
| 28b10a5452 | |||
| 342e639b24 |
+1
-1
@@ -21,7 +21,7 @@ build:
|
|||||||
- push
|
- push
|
||||||
|
|
||||||
prepare_release:
|
prepare_release:
|
||||||
image: node:18
|
image: node:20
|
||||||
stage: prepare
|
stage: prepare
|
||||||
before_script:
|
before_script:
|
||||||
- npm install -g conventional-changelog-cli
|
- 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
|
|
||||||
+3
-3
@@ -1,6 +1,6 @@
|
|||||||
FROM node:20
|
FROM node:20.9.0
|
||||||
|
|
||||||
RUN apt update && \
|
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/* && \
|
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