Create dependabot configuration
This commit is contained in:
parent
90faa0d90e
commit
5c6a289bb4
1 changed files with 12 additions and 0 deletions
12
.github/dependabot.yml
vendored
Normal file
12
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Copyright 2024 Signal Messenger, LLC
|
||||
# SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: npm
|
||||
directories:
|
||||
- "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
allow:
|
||||
- dependency-name: electron
|
Loading…
Add table
Reference in a new issue