Skip to content

Commit

Permalink
chore: Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen authored Jul 1, 2024
1 parent 981644e commit 03b184c
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
day: tuesday
time: "12:00"
timezone: EST
allow:
- dependency-type: "all"
ignore:
- dependency-name: "*"
update-types:
- version-update:semver-major
open-pull-requests-limit: 10
reviewers:
- nicolethoen
- dlabaj

- package-ecosystem: npm
directory: "/packages/module"
schedule:
interval: weekly
day: tuesday
time: "12:00"
timezone: EST
allow:
- dependency-type: "all"
ignore:
- dependency-name: "*"
update-types:
- version-update:semver-major
open-pull-requests-limit: 10
reviewers:
- nicolethoen
- dlabaj

0 comments on commit 03b184c

Please sign in to comment.