Skip to content

Commit

Permalink
chore(dependabot): switch to monthly updates (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen authored Feb 18, 2024
1 parent 932637f commit 9449677
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 @@ -3,15 +3,15 @@ updates:
- package-ecosystem: 'cargo'
directory: '/'
schedule:
interval: 'weekly'
interval: 'monthly'
assignees:
- 'hougesen'
open-pull-requests-limit: 25

- package-ecosystem: 'cargo'
directory: '/hitt-cli'
schedule:
interval: 'weekly'
interval: 'monthly'
assignees:
- 'hougesen'
open-pull-requests-limit: 25
Expand All @@ -27,31 +27,31 @@ updates:
- package-ecosystem: 'cargo'
directory: '/hitt-parser'
schedule:
interval: 'weekly'
interval: 'monthly'
assignees:
- 'hougesen'
open-pull-requests-limit: 25

- package-ecosystem: 'cargo'
directory: '/hitt-request'
schedule:
interval: 'weekly'
interval: 'monthly'
assignees:
- 'hougesen'
open-pull-requests-limit: 25

- package-ecosystem: 'npm'
directory: '/docs'
schedule:
interval: 'weekly'
interval: 'monthly'
assignees:
- 'hougesen'
open-pull-requests-limit: 25

- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
interval: 'monthly'
assignees:
- 'hougesen'
open-pull-requests-limit: 25

0 comments on commit 9449677

Please sign in to comment.