Skip to content

Commit

Permalink
feat!: use aegir for ESM-only build/testing/release
Browse files Browse the repository at this point in the history
BREAKING CHANGE

ESM-only publish
  • Loading branch information
multiformats-mgmt-read-write[bot] committed Jun 14, 2023
1 parent 9af0368 commit f82e61b
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 10
commit-message:
prefix: "deps"
prefix-development: "deps(dev)"
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 10
commit-message:
prefix: "deps"
prefix-development: "deps(dev)"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit f82e61b

Please sign in to comment.