Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ updates:
interval: "weekly"
commit-message:
prefix: "dependabot:"
labels:
- "skip-changelog"
ignore:
# For all packages, ignore all major versions to minimize breaking issues
- dependency-name: "*"
Expand All @@ -15,4 +17,6 @@ updates:
schedule:
interval: "weekly"
commit-message:
prefix: "dependabot:"
prefix: "dependabot:"
labels:
- "skip-changelog"
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)

### Infrastructure
- bumping gradle and nebula versions ([#1537](https://github.com/opensearch-project/anomaly-detection/pull/1537))
- Adding skip-changelog to all depandabot PRs ([#1556](https://github.com/opensearch-project/anomaly-detection/pull/1556))

### Documentation
### Maintenance
Expand Down
Loading