Adds renovate-bot support #24
38
.changelog.yml
Normal file
38
.changelog.yml
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
# The full repository name
|
||||||
|
repo: OCram85/Blog
|
||||||
|
|
||||||
|
# Service type (gitea or github)
|
||||||
|
service: gitea
|
||||||
|
|
||||||
|
# Base URL for Gitea instance if using gitea service type (optional)
|
||||||
|
# Default: https://gitea.com
|
||||||
|
base-url: https://gitea.ocram85.com
|
||||||
|
|
||||||
|
# Changelog groups and which labeled PRs to add to each group
|
||||||
|
groups:
|
||||||
|
- name: 🐛 BUGFIXES
|
||||||
|
labels:
|
||||||
|
- bug
|
||||||
|
- name: ✨ FEATURES
|
||||||
|
labels:
|
||||||
|
- feature
|
||||||
|
- name: 🛠️ ENHANCEMENTS
|
||||||
|
labels:
|
||||||
|
- enhancement
|
||||||
|
- name: 📦 BUILD
|
||||||
|
labels:
|
||||||
|
- pipeline
|
||||||
|
- name: 🤖 DEPENDENCIES
|
||||||
|
labels:
|
||||||
|
- renovate
|
||||||
|
- name: 📚 DOCS
|
||||||
|
labels:
|
||||||
|
- docs
|
||||||
|
- name: ⚙️ META
|
||||||
|
labels:
|
||||||
|
- meta
|
||||||
|
- name: 🔖 MISC
|
||||||
|
default: true
|
||||||
|
|
||||||
|
# regex indicating which labels to skip for the changelog
|
||||||
|
skip-labels: skip-changelog|backport\/.+
|
21
.woodpecker/.renovate.yml
Normal file
21
.woodpecker/.renovate.yml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
pipeline:
|
||||||
|
DockerBaseImage:
|
||||||
|
image: renovate/renovate:34.22-slim
|
||||||
|
commands:
|
||||||
|
- "renovate"
|
||||||
|
secrets:
|
||||||
|
- RENOVATE_TOKEN
|
||||||
|
environment:
|
||||||
|
#LOG_LEVEL: debug
|
||||||
|
RENOVATE_PLATFORM: "gitea"
|
||||||
|
RENOVATE_ENDPOINT: "https://gitea.ocram85.com"
|
||||||
|
RENOVATE_REPOSITORIES: "${CI_REPO}"
|
||||||
|
RENOVATE_LABELS: "renovate"
|
||||||
|
#RENOVATE_DRY_RUN: "full"
|
||||||
|
RENOVATE_TOKEN: "${RENOVATE_TOKEN}"
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
|
- updDeps
|
12
renovate.json
Normal file
12
renovate.json
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"dependencyDashboard": true,
|
||||||
|
"docker": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"docker-compose": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"woodpecker": {
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user