Skip to content

Commit

Permalink
dependabot: run weekly instead of daily
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Hahling <[email protected]>
  • Loading branch information
rolinh authored and kimstacy committed Oct 10, 2023
1 parent 0bde1d4 commit 84af342
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 5
rebase-strategy: "disabled"
labels:
Expand All @@ -13,7 +13,7 @@ updates:
- package-ecosystem: gomod
directory: ./backend
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 5
rebase-strategy: "disabled"
ignore:
Expand All @@ -29,7 +29,7 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 5
rebase-strategy: "disabled"
labels:
Expand All @@ -39,7 +39,7 @@ updates:
- package-ecosystem: docker
directory: /
schedule:
interval: daily
interval: weekly
commit-message:
prefix: "docker:"
open-pull-requests-limit: 5
Expand All @@ -51,7 +51,7 @@ updates:
- package-ecosystem: docker
directory: /backend
schedule:
interval: daily
interval: weekly
commit-message:
prefix: "backend/docker:"
open-pull-requests-limit: 5
Expand Down

0 comments on commit 84af342

Please sign in to comment.