Skip to content

Commit

Permalink
Change update schedule to monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
AchoArnold committed Jul 26, 2023
1 parent bae83ae commit 38266de
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ version: 2
updates:
# Fetch and update latest `npm` packages
- package-ecosystem: npm
directory: '/web'
directory: "/web"
schedule:
interval: weekly
time: '00:00'
interval: monthly
time: "00:00"
open-pull-requests-limit: 10
reviewers:
- AchoArnold
Expand All @@ -17,10 +17,25 @@ updates:
include: scope
# Fetch and update latest `github-actions` pkgs
- package-ecosystem: github-actions
directory: '/'
directory: "/"
schedule:
interval: weekly
time: '00:00'
interval: monthly
time: "00:00"
open-pull-requests-limit: 10
reviewers:
- AchoArnold
assignees:
- AchoArnold
commit-message:
prefix: fix
prefix-development: chore
include: scope
# Fetch and update latest `go` packages
- package-ecosystem: gomod
directory: "/api"
schedule:
interval: monthly
time: "00:00"
open-pull-requests-limit: 10
reviewers:
- AchoArnold
Expand Down

0 comments on commit 38266de

Please sign in to comment.