Skip to content

Commit

Permalink
chore: setup dependabot to run monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
collinlokken committed Jan 20, 2025
1 parent 2ed7b1d commit 6912a7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: "/web"
schedule:
interval: "weekly"
interval: "monthly" # when template is used, recommended interval is "weekly"
groups:
web:
update-types:
Expand All @@ -13,7 +13,7 @@ updates:
- package-ecosystem: "pip"
directory: "/api"
schedule:
interval: "weekly"
interval: "monthly" # when template is used, recommended interval is "weekly"
groups:
api:
update-types:
Expand All @@ -25,7 +25,7 @@ updates:
- "/web"
- "/api"
schedule:
interval: "weekly"
interval: "monthly" # when template is used, recommended interval is "weekly"
groups:
dockerfile:
update-types:
Expand Down

0 comments on commit 6912a7a

Please sign in to comment.