chore(renovate): add main config file and lint step
Some checks failed
ci/woodpecker/push/lint Pipeline failed
Some checks failed
ci/woodpecker/push/lint Pipeline failed
This commit is contained in:
parent
ac9ae17cb2
commit
dbf28f6902
2 changed files with 28 additions and 0 deletions
20
.woodpecker/lint.yaml
Normal file
20
.woodpecker/lint.yaml
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
- manual
|
||||||
|
- cron
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
RENOVATE_CONFIG_FILE:
|
||||||
|
- config.js
|
||||||
|
|
||||||
|
steps:
|
||||||
|
lint:
|
||||||
|
image: renovate/renovate:41
|
||||||
|
pull: true
|
||||||
|
commands:
|
||||||
|
- renovate-config-validator
|
||||||
|
environment:
|
||||||
|
LOG_LEVEL: debug
|
||||||
|
RENOVATE_TOKEN:
|
||||||
|
from_secret: renovate_token
|
||||||
8
config.js
Normal file
8
config.js
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
module.export = {
|
||||||
|
platform: "forgejo",
|
||||||
|
endpoint: "https://forge.e5150.fr",
|
||||||
|
gitAuthor: "CIBot <CIBot@noreply.forge.e5150.local>",
|
||||||
|
autoDiscover: true,
|
||||||
|
labels: ["Dependancy 📦️"],
|
||||||
|
extends: ["config:recommended"],
|
||||||
|
};
|
||||||
Loading…
Add table
Add a link
Reference in a new issue