Skip to content

Commit d9e99dd

Browse files
chore: adds dependabot.yml (#595)
* chore: adds dependabot.yml * update based on orbitsdk learning * simplify * only internal deps --------- Co-authored-by: Fionna Chan <13184582+fionnachan@users.noreply.github.com>
1 parent 28acc93 commit d9e99dd

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directories:
5+
- '**/*'
6+
schedule:
7+
interval: daily
8+
versioning-strategy: increase
9+
open-pull-requests-limit: 5
10+
allow:
11+
- dependency-name: '@arbitrum/*'
12+
- dependency-name: '@offchainlabs/*'

0 commit comments

Comments
 (0)