Skip to content

Commit

Permalink
ci: configure dependabot for GitHub Actions/npm/composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Dec 4, 2023
1 parent ceaf49c commit 0f15d72
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
version: 2
updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
schedule:
interval: "monthly"
day: "monday"
time: "07:00"

# Maintain dependencies for npm (Node.js)
- package-ecosystem: "npm"
schedule:
interval: "monthly"
day: "monday"
time: "07:00"

# Maintain dependencies for Composer (PHP)
- package-ecosystem: "composer"
schedule:
interval: "monthly"
day: "monday"
time: "07:00"

0 comments on commit 0f15d72

Please sign in to comment.