Skip to content

Commit

Permalink
chore(config): set dependabot to monthly checks
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Kollitsch <[email protected]>
  • Loading branch information
davidsneighbour committed Nov 22, 2024
1 parent 31109e1 commit 3412aae
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 @@ -6,7 +6,7 @@ updates:
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
interval: monthly
day: friday
time: "18:00"
timezone: Asia/Bangkok
Expand All @@ -24,7 +24,7 @@ updates:
- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
interval: monthly
day: friday
time: "18:00"
timezone: Asia/Bangkok
Expand All @@ -42,7 +42,7 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
interval: monthly
day: friday
time: "18:00"
timezone: Asia/Bangkok
Expand Down

0 comments on commit 3412aae

Please sign in to comment.