1 Commits

Author SHA1 Message Date
61d0f2f412 Add renovate.json
All checks were successful
ci / docker (pull_request) Successful in 23s
2023-07-12 10:00:17 +00:00
4 changed files with 6 additions and 50 deletions

View File

@ -1,38 +0,0 @@
# The full repository name
repo: OCram85/swarmproxy
# 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\/.+

View File

@ -20,8 +20,7 @@ jobs:
id: use-go-action id: use-go-action
uses: actions/release-action@main uses: actions/release-action@main
with: with:
files: |- #files: -|
CHANGELOG.md
api_key: '${{ secrets.TOKEN }}' api_key: '${{ secrets.TOKEN }}'
body: | #title:
> :bulb: **Note:** See [CHANGELOG.md](src/branch/main/CHANGELOG.md) for recent changes. #body:

View File

@ -1,8 +0,0 @@
## [v0.1.0](https://gitea.ocram85.com/OCram85/swarmproxy/releases/tag/v0.1.0) - 2023-07-12
* ✨ FEATURES
* Adds entrypoint (#6)
* Add first prototype implementation (#1)
* 📦 BUILD
* Add gitea release action (#7)
* Finalize ci (#5)

3
renovate.json Normal file
View File

@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}