Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
version: 2
updates:
# === Internal dependencies ===
- package-ecosystem: 'npm'
directories:
- '/'
- '/src'
schedule:
interval: 'daily'
allow:
- dependency-name: '@arbitrum/*'
- dependency-name: '@offchainlabs/*'
versioning-strategy: increase-if-necessary
ignore: # ignore patch updates
- dependency-name: '*'
update-types: ['version-update:semver-patch']
reviewers:
- 'OffchainLabs/full-stack'
labels:
- 'dependencies'
- 'internal'

# === External dependencies ===
- package-ecosystem: 'npm'
directories:
- '/'
- '/src'
schedule:
interval: 'daily'
ignore: # exclude internal dependencies
- dependency-name: '@arbitrum/*'
- dependency-name: '@offchainlabs/*'
# For all other (external) dependencies not caught by the ignore above,
# disable version updates, allowing only security updates.
open-pull-requests-limit: 0
reviewers:
- 'OffchainLabs/full-stack'
labels:
- 'dependencies'
- 'external'
Comment on lines +36 to +40
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since we have disabled opening PRs for external deps, i don't think we need these?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it should still open a PR for security issues