From 4cba2588e15d8665dc3012921529ae3fb1543ef2 Mon Sep 17 00:00:00 2001 From: KieranRobson Date: Tue, 22 Aug 2023 11:55:29 +0100 Subject: [PATCH] chore: Fix lint / Fix dependabot time --- .github/dependabot.yml | 6 +++--- .github/workflows/publish.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8db1c9e..e060b5b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,12 +8,12 @@ updates: - package-ecosystem: 'docker' directory: '/' schedule: - interval: 'daily' - time: '07:00' + interval: 'weekly' + time: '08:00' - package-ecosystem: 'github-actions' directory: '/' schedule: # Check for updates to GitHub Actions every week interval: 'weekly' - time: '07:00' + time: '08:00' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f4a1c1a..bb11606 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: permissions: packages: write contents: read - + steps: - name: Check out the repo uses: actions/checkout@v3.5.3