diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2f545dfb84..dd6e50f1ff 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,8 +6,9 @@ updates: - package-ecosystem: "npm" directory: "/web" schedule: - interval: "daily" - time: "17:20" + interval: "weekly" + day: "saturday" + time: "01:00" labels: - "dependabot" - "javascript" @@ -16,14 +17,16 @@ updates: security: update-types: - "patch" + - "minor" ## Go mod - package-ecosystem: "gomod" directory: "/" schedule: - interval: "daily" - time: "17:20" + interval: "weekly" + day: "saturday" + time: "02:30" labels: - "dependabot" - "go" @@ -38,7 +41,9 @@ updates: - package-ecosystem: "gomod" directory: "/kurl_proxy" schedule: - interval: "daily" + interval: "weekly" + day: "saturday" + time: "02:30" labels: - "dependabot" - "go" @@ -50,6 +55,8 @@ updates: directory: "/" schedule: interval: "weekly" + day: "saturday" + time: "02:30" labels: - "dependabot" - "github-actions" diff --git a/.github/workflows/image-deps-updater.yaml b/.github/workflows/image-deps-updater.yaml index 6397b1dba9..c7a03b78d5 100644 --- a/.github/workflows/image-deps-updater.yaml +++ b/.github/workflows/image-deps-updater.yaml @@ -2,7 +2,7 @@ name: Update image deps on: schedule: - - cron: '0 9 * * *' + - cron: '0 4 * * *' workflow_dispatch: inputs: overwrite: