Skip to content

Commit

Permalink
Update build scripts
Browse files Browse the repository at this point in the history
- Update release note generator config
- Update dependabot config to include GitHub Actions target
  • Loading branch information
ynojima committed Jan 13, 2025
1 parent 50fd34b commit d2337c2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
6 changes: 6 additions & 0 deletions github-release-notes-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ releasenotes:
- title: "Bugs"
emoji: ":beetle:"
labels: ["bug"]
- title: "Documentation"
emoji: ":memo:"
labels: ["documentation"]
- title: "Build/Test"
emoji: ":hammer_and_wrench:"
labels: ["build/test"]

0 comments on commit d2337c2

Please sign in to comment.