chore: Fix lint / Fix dependabot time

imgbot
KieranRobson 2023-08-22 11:55:29 +01:00
parent ae14b890a8
commit 4cba2588e1
2 changed files with 4 additions and 4 deletions

View File

@ -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'

View File

@ -17,7 +17,7 @@ jobs:
permissions:
packages: write
contents: read
steps:
- name: Check out the repo
uses: actions/checkout@v3.5.3