Skip to content

Commit

Permalink
chore(dependabot): enable npm package ecosystem (#5370)
Browse files Browse the repository at this point in the history
Now that we have ESM support, we can enable Dependabot to auto-update packages.
  • Loading branch information
stefreak authored Nov 12, 2023
1 parent 6097048 commit 41aacd6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ updates:
open-pull-requests-limit: 5
schedule:
interval: "weekly"
# TODO: Consider enabling the NPM package ecosystem once we have fixed our build process to support pure ESM build dependencies, see also https://github.com/garden-io/garden/issues/3841
# Automatically update NPM packages
# - package-ecosystem: "npm"
# directory: "/"
# open-pull-requests-limit: 5
# schedule:
# interval: "daily"
- package-ecosystem: "npm"
directory: "/"
open-pull-requests-limit: 5
schedule:
interval: "weekly"

0 comments on commit 41aacd6

Please sign in to comment.