Skip to content

Commit

Permalink
ci: enable dependabot for mix and npm (#4207)
Browse files Browse the repository at this point in the history
* ci: enable dependabot for mix

* ci: enable dependabot for npm in assets path

* ci: enable dependabot for npm in the website path
  • Loading branch information
JakobLichterfeld authored Sep 18, 2024
1 parent 107bf47 commit 02554b2
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
version: 2
updates:
# - package-ecosystem: "mix"
# directory: "/"
# schedule:
# interval: "monthly"
- package-ecosystem: "mix"
directory: "/"
schedule:
interval: "monthly"

# - package-ecosystem: "npm"
# directory: "/assets"
# schedule:
# interval: "monthly"
- package-ecosystem: "npm"
directory: "/assets"
schedule:
interval: "monthly"

# - package-ecosystem: "npm"
# directory: "/website"
# schedule:
# interval: "monthly"
- package-ecosystem: "npm"
directory: "/website"
schedule:
interval: "monthly"

- package-ecosystem: "docker"
directory: "/"
Expand Down

0 comments on commit 02554b2

Please sign in to comment.