Skip to content

Commit

Permalink
Do dependabot daily, and exclude better-sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryangr0 committed Nov 21, 2024
1 parent 2104355 commit 056f3bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ updates:
- '/backstage/packages/app'
- '/backstage/packages/backend'
schedule:
interval: 'weekly'
interval: 'daily'
groups:
dependencies:
patterns:
Expand All @@ -22,8 +22,9 @@ updates:
- '@testing-library/*'
- 'typescript'
- 'prettier'
- 'better-sqlite3'

- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "weekly"
interval: "daily"

0 comments on commit 056f3bc

Please sign in to comment.