From 979bb89ad97866a6bcaf4d6b4222643de0ad9a96 Mon Sep 17 00:00:00 2001 From: Michael Reimsbach Date: Mon, 1 Jul 2024 10:05:06 +0200 Subject: [PATCH] chore(dependabot): set package-ecosystem gomod --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6879f54e..8c1d6df5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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 @@ -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: "/" @@ -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: "/" @@ -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"