Add dungeonslayers/ds4
All checks were successful
ci/woodpecker/push/renovate Pipeline was successful
ci/woodpecker/cron/renovate Pipeline was successful

This commit is contained in:
Johannes Loher 2023-06-30 01:03:38 +02:00
parent 0fca1b202e
commit c10a21163c
Signed by: saluu
GPG key ID: 7CB0A9FB553DA045
2 changed files with 4 additions and 3 deletions

View file

@ -19,11 +19,9 @@ steps:
LOG_LEVEL: info
commands:
- export RENOVATE_ENDPOINT=${CI_FORGE_URL}/api/v1
- renovate saluu/darkness-dependent-vision
- renovate
secrets:
- github_com_token
- renovate_token
when:
event: cron
skip_clone: true

3
config.js Normal file
View file

@ -0,0 +1,3 @@
module.exports = {
repositories: ["dungeonslayers/ds4", "saluu/darkness-dependent-vision"],
};