mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 10:49:15 +00:00
This change enables automatic release notes from labels. It also enforces a changelog label for all PRs. Categorizing changes will make it easier for users to understand what changed in each release. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Chores * Implemented automated changelog categorization and pull request label enforcement to organize release notes into semantic sections (Added, Changed, Fixed, Deprecated, Removed, Security, Dependencies) for improved clarity in future releases. <!-- review_stack_entry_start --> [](https://app.coderabbit.ai/change-stack/netbirdio/kubernetes-operator/pull/265?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack) <!-- review_stack_entry_end --> <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: Philip Laine <philip.laine@gmail.com>
38 lines
741 B
YAML
38 lines
741 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
open-pull-requests-limit: 15
|
|
labels:
|
|
- "changelog/ignore"
|
|
groups:
|
|
github-actions:
|
|
patterns:
|
|
- "*"
|
|
- package-ecosystem: "gomod"
|
|
directories:
|
|
- "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
open-pull-requests-limit: 15
|
|
labels:
|
|
- "changelog/dependencies"
|
|
groups:
|
|
k8s:
|
|
patterns:
|
|
- "k8s.io/*"
|
|
- package-ecosystem: "gomod"
|
|
directories:
|
|
- "/test/e2e"
|
|
schedule:
|
|
interval: "weekly"
|
|
open-pull-requests-limit: 15
|
|
labels:
|
|
- "changelog/ignore"
|
|
groups:
|
|
gomod-e2e:
|
|
patterns:
|
|
- "*"
|