Skip to content

Commit

Permalink
setup dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
alcohol committed Dec 27, 2023
1 parent e5c830f commit d81261c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2
updates:

# github actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
assignees:
- "alcohol"

# project php dependencies
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "weekly"
assignees:
- "alcohol"

0 comments on commit d81261c

Please sign in to comment.