Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(dependabot): set package-ecosystem gomod #47

Merged
merged 1 commit into from
Jul 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
Loading