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

Commit

Permalink
Merge pull request #45 from Dino-Kupinic/35-add-dependabot
Browse files Browse the repository at this point in the history
feat: add dependabot.yml
  • Loading branch information
Dino-Kupinic authored Mar 21, 2024
2 parents 3843d4b + 02eb628 commit 7ab3a87
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
assignees:
- "Dino-Kupinic"
- package-ecosystem: "npm"
directory: "/frontend"
schedule:
interval: "weekly"
assignees:
- "Dino-Kupinic"
- package-ecosystem: "npm"
directory: "/docs"
schedule:
interval: "weekly"
assignees:
- "Dino-Kupinic"
- package-ecosystem: "composer"
directory: "/backend"
schedule:
interval: "weekly"
assignees:
- "Dino-Kupinic"

0 comments on commit 7ab3a87

Please sign in to comment.