Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mixonic authored Aug 11, 2023
1 parent 3b79674 commit f55c0fe
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 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
versioning-strategy: lockfile-only
schedule:
interval: "weekly"
reviewers:
- "@Addepar/web-core"
open-pull-requests-limit: 4
labels:
- "dependencies"

- package-ecosystem: "github-actions"
# Workflow files stored in the
# default location of `.github/workflows`
directory: "/.github"
schedule:
interval: "weekly"
reviewers:
- "@Addepar/web-core"
open-pull-requests-limit: 2
labels:
- "dependencies"

0 comments on commit f55c0fe

Please sign in to comment.