Skip to content

Commit

Permalink
chore: Add directories to Dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
mitelg committed Oct 2, 2024
1 parent 7442216 commit e8ac196
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
version: 2
updates:
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "composer"
directories:
- "/"
- "/recovery/common"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/.github/workflows"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directories:
- "/themes"
- "/themes/Frontend/Responsive"
schedule:
interval: "weekly"

0 comments on commit e8ac196

Please sign in to comment.