mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-02-23 08:39:57 -05:00
try to setup renovate
This commit is contained in:
parent
9bd985044a
commit
0a5e62bda2
@ -3,6 +3,7 @@ image: debian:testing
|
|||||||
stages:
|
stages:
|
||||||
- linting
|
- linting
|
||||||
- test
|
- test
|
||||||
|
- renovate
|
||||||
- build_container
|
- build_container
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
@ -45,3 +46,13 @@ build-docker:
|
|||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
renovate:
|
||||||
|
stage: renovate
|
||||||
|
variables:
|
||||||
|
RENOVATE_TOKEN: $GITLAB_API_TOKEN
|
||||||
|
image:
|
||||||
|
name: renovate/renovate:19
|
||||||
|
entrypoint: ['']
|
||||||
|
script:
|
||||||
|
- node /usr/src/app/dist/renovate.js --platform gitlab --endpoint ${CI_API_V4_URL} --token ${GITLAB_API_TOKEN} ${CI_PROJECT_PATH}
|
10
renovate.json
Normal file
10
renovate.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"commitMessagePrefix": "RenovateBot: ",
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"updateTypes": ["minor", "patch", "pin", "digest"],
|
||||||
|
"automerge": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user