Skip to content

Commit

Permalink
Auto-update dependencies together with Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Nov 1, 2024
1 parent 7d15e01 commit c6a8ede
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,25 @@ version: 2
updates:
- package-ecosystem: github-actions
directory: /
groups:
dependencies:
patterns: ["*"]
schedule:
interval: monthly

- package-ecosystem: npm
directory: /
groups:
dependencies:
patterns: ["*"]
schedule:
interval: monthly

- package-ecosystem: cargo
directory: /
groups:
dependencies:
patterns: ["*"]
schedule:
interval: monthly

Expand Down

0 comments on commit c6a8ede

Please sign in to comment.