Skip to content

Commit

Permalink
chore(ci): set dependabot interval to weekly
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Shatford <[email protected]>
  • Loading branch information
jordanshatford committed Oct 4, 2023
1 parent fb967cf commit 300ba4e
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 @@ -7,27 +7,27 @@ updates:
- package-ecosystem: "github-actions"
directory: "/.github/actions/setup-environment"
schedule:
interval: "monthly"
interval: "weekly"
assignees:
- "jordanshatford"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"
assignees:
- "jordanshatford"

# API dependabot checks
- package-ecosystem: "docker"
directory: "/apps/api"
schedule:
interval: "monthly"
interval: "weekly"
assignees:
- "jordanshatford"
- package-ecosystem: "pip"
directory: "/apps/api"
schedule:
interval: "monthly"
interval: "weekly"
assignees:
- "jordanshatford"
groups:
Expand All @@ -39,7 +39,7 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"
assignees:
- "jordanshatford"
groups:
Expand All @@ -50,6 +50,6 @@ updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"
assignees:
- "jordanshatford"

1 comment on commit 300ba4e

@vercel
Copy link

@vercel vercel bot commented on 300ba4e Oct 4, 2023

Please sign in to comment.