Remove `type/dependency-update` (#84)

This only removes the `type/dependency-update` label which I recently deleted on GitHub. The file was CRLF and the web editor converted it to LF. I'd say LF is preferred anyways.

Reviewed-on: https://gitea.com/gitea/changelog/pulls/84
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: Denys Konovalov <denyskon@noreply.gitea.com>
This commit is contained in:
silverwind 2024-03-27 20:08:27 +00:00
parent 91a081912c
commit 9d720a45a2
1 changed files with 64 additions and 64 deletions

View File

@ -1,64 +1,64 @@
# The full repository name # The full repository name
repo: go-gitea/gitea repo: go-gitea/gitea
# Service type (gitea or github) # Service type (gitea or github)
service: github service: github
# Base URL for Gitea instance if using gitea service type (optional) # Base URL for Gitea instance if using gitea service type (optional)
# Default: https://gitea.com # Default: https://gitea.com
base-url: base-url:
# Changelog groups and which labeled PRs to add to each group # Changelog groups and which labeled PRs to add to each group
groups: groups:
- -
name: BREAKING name: BREAKING
labels: labels:
- pr/breaking - pr/breaking
- -
name: FEATURES name: FEATURES
labels: labels:
- type/feature - type/feature
- -
name: API name: API
labels: labels:
- modifies/api - modifies/api
- -
name: BUGFIXES name: BUGFIXES
labels: labels:
- type/bug - type/bug
- -
name: ENHANCEMENTS name: ENHANCEMENTS
labels: labels:
- type/enhancement - type/enhancement
- type/refactoring - type/refactoring
- topic/ui - topic/ui
- topic/ui-interaction - topic/ui-interaction
- performance/speed - performance/speed
- -
name: SECURITY name: SECURITY
labels: labels:
- topic/security - topic/security
- -
name: TESTING name: TESTING
labels: labels:
- type/testing - type/testing
- -
name: TRANSLATION name: TRANSLATION
labels: labels:
- modifies/translation - modifies/translation
- -
name: BUILD name: BUILD
labels: labels:
- topic/build - topic/build
- topic/code-linting - topic/code-linting
- -
name: DOCS name: DOCS
labels: labels:
- type/docs - type/docs
- modifies/docs - modifies/docs
- -
name: MISC name: MISC
default: true default: true
# regex indicating which labels to skip for the changelog # regex indicating which labels to skip for the changelog
skip-labels: skip-changelog|backport\/.+|type\/dependency-update skip-labels: skip-changelog|backport\/.+