Skip to content

Commit

Permalink
Merge pull request #2772 from shopware5/chore/update-dependabot-config
Browse files Browse the repository at this point in the history
chore: Add directories to Dependabot config
  • Loading branch information
mitelg authored Oct 2, 2024
2 parents 7442216 + e8ac196 commit b68da5f
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 b68da5f

Please sign in to comment.