Skip to content

Commit e39d653

Browse files
committed
Add Dependabot for npm (server + client) and github-actions
1 parent a547404 commit e39d653

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 Max Trunnikov
2+
# SPDX-License-Identifier: MIT
3+
---
4+
version: 2
5+
updates:
6+
- package-ecosystem: npm
7+
directory: /
8+
schedule:
9+
interval: weekly
10+
open-pull-requests-limit: 10
11+
- package-ecosystem: npm
12+
directory: /client
13+
schedule:
14+
interval: weekly
15+
open-pull-requests-limit: 10
16+
- package-ecosystem: github-actions
17+
directory: /
18+
schedule:
19+
interval: weekly

0 commit comments

Comments
 (0)