Skip to content

Commit

Permalink
chore(dependabot): set package-ecosystem gomod
Browse files Browse the repository at this point in the history
  • Loading branch information
MR2011 committed Jul 1, 2024
1 parent 8546ff0 commit 979bb89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: 2
updates:
# Dependabot for go
- package-ecosystem: go
- package-ecosystem: gomod
directory: "/"
schedule:
# If you'd like a different schedule feel free to increase the frequency
Expand All @@ -11,7 +11,7 @@ updates:
# Dependabot runs sometime on Thursdays, so results are available on
# Fridays, regardless of timezone. We _could_ run at a specific early
# Friday time, but then everyone would run at the same time.
day: "thursday"
day: "monday"
# Dependabot for docker
- package-ecosystem: docker
directory: "/"
Expand All @@ -22,7 +22,7 @@ updates:
# Dependabot runs sometime on Thursdays, so results are available on
# Fridays, regardless of timezone. We _could_ run at a specific early
# Friday time, but then everyone would run at the same time.
day: "thursday"
day: "monday"
# Dependabot for actions
- package-ecosystem: github-actions
directory: "/"
Expand All @@ -33,4 +33,4 @@ updates:
# Dependabot runs sometime on Thursdays, so results are available on
# Fridays, regardless of timezone. We _could_ run at a specific early
# Friday time, but then everyone would run at the same time.
day: "thursday"
day: "monday"

0 comments on commit 979bb89

Please sign in to comment.