Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Maintain dependencies for GitHub Actions & npm (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
gomzyakov authored Jul 25, 2022
1 parent d2ff652 commit 02f3609
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,22 @@

version: 2
updates:

# Maintain dependencies for Composer
- package-ecosystem: "composer"
directory: "/"
schedule:
# Check for updates managed by Composer once a daily
interval: "daily"
# Check for npm updates at 9am UTC (8:00 EKB)
time: "03:00"
time: "01:00"

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"

0 comments on commit 02f3609

Please sign in to comment.