Skip to content

Commit

Permalink
ci: dependabot switch to monthly
Browse files Browse the repository at this point in the history
Signed-off-by: Martichou <[email protected]>
  • Loading branch information
Martichou committed Nov 4, 2024
1 parent 8c4fbc3 commit b3e7be4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ updates:
- package-ecosystem: 'npm'
directory: '/app/legacy'
schedule:
interval: 'weekly'
interval: 'monthly'
commit-message:
prefix: 'deps(legacy-npm): '
groups:
Expand All @@ -20,7 +20,7 @@ updates:
- package-ecosystem: 'npm'
directory: '/app/main'
schedule:
interval: 'weekly'
interval: 'monthly'
commit-message:
prefix: 'deps(main-npm): '
groups:
Expand All @@ -32,7 +32,7 @@ updates:
- package-ecosystem: 'cargo'
directory: '/core_lib'
schedule:
interval: 'weekly'
interval: 'monthly'
commit-message:
prefix: 'deps(core_lib): '
groups:
Expand All @@ -43,7 +43,7 @@ updates:
- package-ecosystem: 'cargo'
directory: '/app/legacy/src-tauri'
schedule:
interval: 'weekly'
interval: 'monthly'
commit-message:
prefix: 'deps(legacy-rust): '
groups:
Expand All @@ -54,7 +54,7 @@ updates:
- package-ecosystem: 'cargo'
directory: '/app/main/src-tauri'
schedule:
interval: 'weekly'
interval: 'monthly'
commit-message:
prefix: 'deps(main-rust): '
groups:
Expand All @@ -66,7 +66,7 @@ updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: weekly
interval: monthly
commit-message:
prefix: 'deps(actions): '
groups:
Expand Down

0 comments on commit b3e7be4

Please sign in to comment.