chore: Add time to dependabot

imgbot
KieranRobson 2022-10-10 21:52:52 +01:00
parent f33b40a4e6
commit 75c638056e
1 changed files with 15 additions and 12 deletions

View File

@ -5,22 +5,25 @@
version: 2 version: 2
updates: updates:
- package-ecosystem: "npm" # See documentation for possible values - package-ecosystem: 'npm' # See documentation for possible values
directory: "/" # Location of package manifests directory: '/' # Location of package manifests
schedule: schedule:
interval: "daily" interval: 'daily'
rebase-strategy: "auto" time: "07:00"
rebase-strategy: 'auto'
ignore: ignore:
- dependency-name: "*" - dependency-name: '*'
update-types: ["version-update:semver-major"] update-types: ['version-update:semver-major']
- package-ecosystem: "docker" - package-ecosystem: 'docker'
directory: "/" directory: '/'
schedule: schedule:
interval: "daily" interval: 'daily'
time: "07:00"
- package-ecosystem: "github-actions" - package-ecosystem: 'github-actions'
directory: "/" directory: '/'
schedule: schedule:
# Check for updates to GitHub Actions every week # Check for updates to GitHub Actions every week
interval: "weekly" interval: 'weekly'
time: "07:00"