Skip to content

Commit

Permalink
Modify dependabot schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
s-thom committed Jan 20, 2023
1 parent ef70df2 commit cfd141e
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: 'github-actions'
directory: '/'
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: 'weekly'
day: 'monday'
time: '18:00'
timezone: 'Pacific/Auckland'
- package-ecosystem: 'npm'
directory: '/'
interval: "weekly"
day: "monday"
time: "19:00"
timezone: "Pacific/Auckland"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: 'weekly'
day: 'monday'
time: '18:00'
timezone: 'Pacific/Auckland'
- package-ecosystem: 'docker'
directory: '/'
interval: "monthly"
time: "19:00"
timezone: "Pacific/Auckland"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: 'weekly'
day: 'monday'
time: '18:00'
timezone: 'Pacific/Auckland'
interval: "weekly"
day: "monday"
time: "19:00"
timezone: "Pacific/Auckland"

0 comments on commit cfd141e

Please sign in to comment.