This commit is contained in:
32
.drone.yml
Normal file
32
.drone.yml
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: renovate
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
- cron
|
||||||
|
- push
|
||||||
|
- custom
|
||||||
|
|
||||||
|
environment:
|
||||||
|
LOG_LEVEL: debug
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: renovate - validate config
|
||||||
|
image: renovate/renovate:33.2.0
|
||||||
|
# https://github.com/renovatebot/renovate/discussions/15049
|
||||||
|
commands:
|
||||||
|
- unset GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL
|
||||||
|
- renovate-config-validator
|
||||||
|
|
||||||
|
- name: renovate
|
||||||
|
image: renovate/renovate:33.2.0
|
||||||
|
# https://github.com/renovatebot/renovate/discussions/15049
|
||||||
|
commands:
|
||||||
|
- unset GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL
|
||||||
|
- renovate
|
||||||
|
|
||||||
|
environment:
|
||||||
|
RENOVATE_TOKEN:
|
||||||
|
from_secret: RENOVATE_TOKEN
|
||||||
16
config.js
Normal file
16
config.js
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
module.exports = {
|
||||||
|
platform: 'gitea',
|
||||||
|
endpoint: 'https://git.cloonar.com/api/v1/',
|
||||||
|
gitAuthor: 'Renovate Bot <renovate@cloonar.com>',
|
||||||
|
username: 'renovate',
|
||||||
|
autodiscover: true,
|
||||||
|
onboardingConfig: {
|
||||||
|
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
|
||||||
|
extends: ['config:base']
|
||||||
|
},
|
||||||
|
optimizeForDisabled: true,
|
||||||
|
persistRepoData: true,
|
||||||
|
repositories: [
|
||||||
|
"cloonar/wohnservice-wien-typo3"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user