Skip to content

Commit

Permalink
add github config files for release notes and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy committed Nov 29, 2024
1 parent 9fdb0e0 commit b9c0aad
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: bundler
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
20 changes: 20 additions & 0 deletions 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 b9c0aad

Please sign in to comment.