Skip to content

Commit

Permalink
ci: setup dependabot for automatic versions updates (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzoh authored Aug 28, 2024
1 parent c451411 commit 558a92a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# $schema: https://json.schemastore.org/dependabot-2.0.json

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/nextjs-interface" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: "composer"
directory: "/php"
schedule:
interval: "weekly"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

0 comments on commit 558a92a

Please sign in to comment.