Skip to content

Commit

Permalink
Merge pull request #299 from traPtitech/feat/update_github_actions_mo…
Browse files Browse the repository at this point in the history
…nthly

feat/GitHub Actions を月イチで dependabot に掛ける
  • Loading branch information
anko9801 authored Sep 20, 2024
2 parents f596b0c + 563ee74 commit 36c02b7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
11 changes: 8 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
directory: '/'
schedule:
interval: monthly
open-pull-requests-limit: 20
Expand All @@ -17,8 +17,13 @@ updates:
update-types:
- 'patch'
versioning-strategy: increase
target-branch: "main"
target-branch: 'main'
labels:
- "dependencies"
- 'dependencies'
reviewers:
- reiroop
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: monthly
open-pull-requests-limit: 10
6 changes: 3 additions & 3 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ categories:
labels:
- 'bug'
- title: '🧰 Maintenance'
labels:
labels:
- 'chore'
- 'dependencies'
- title: '📖 Documentation'
labels:
labels:
- 'docs'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
template: |
## What's New
$CHANGES
## Contributors
$CONTRIBUTORS
autolabeler:
Expand Down

0 comments on commit 36c02b7

Please sign in to comment.