Skip to content

Commit

Permalink
Add dependabot.yml (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic authored Jan 6, 2025
1 parent 7c47d73 commit e24f9ee
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

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

0 comments on commit e24f9ee

Please sign in to comment.