Skip to content

Commit

Permalink
add dependabot and release note config
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy committed Nov 13, 2024
1 parent 5d8694b commit 0253b29
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: bundler
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
20 changes: 20 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
changelog:
categories:
- title: πŸ’₯ Breaking Changes πŸ’₯
labels:
- breaking change
- title: ✨ New Features ✨
labels:
- feature
- title: πŸ”’ Security πŸ”’
labels:
- security
- title: πŸ› Bug Fixes πŸ›
labels:
- bug
- title: πŸ› οΈ Other Improvements πŸ› οΈ
labels:
- "*"
exclude:
labels:
- dependencies

0 comments on commit 0253b29

Please sign in to comment.