mirror of
https://github.com/meshtastic/web.git
synced 2026-06-10 22:45:06 -04:00
Initial dependabot config (#1063)
This commit is contained in:
12
.github/dependabot.yml
vendored
Normal file
12
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
cooldown:
|
||||
default-days: 3 # 1 day after pnpm's cutoff, prevent a race
|
||||
Reference in New Issue
Block a user