Skip to content

Commit

Permalink
dependabot (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat authored Aug 24, 2023
1 parent 9089921 commit 51ac31e
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:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/js"
schedule:
interval: "weekly"

# Maintain dependencies for Composer
- package-ecosystem: "gomod"
directory: "/go"
schedule:
interval: "weekly"

# Maintain dependencies for Composer
- package-ecosystem: "cargo"
directory: "/rust"
schedule:
interval: "weekly"

0 comments on commit 51ac31e

Please sign in to comment.