Skip to content

Commit 2b1f7d1

Browse files
committed
chore(github): add dependabot config
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 2504a5f commit 2b1f7d1

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# SPDX-FileCopyrightText: 2026 LibreCode coop and contributors
2+
# SPDX-License-Identifier: AGPL-3.0-or-later
3+
4+
version: 2
5+
updates:
6+
- package-ecosystem: "composer"
7+
directories:
8+
- "/"
9+
- "/vendor-bin/coding-standard"
10+
- "/vendor-bin/openapi-extractor"
11+
- "/vendor-bin/phpunit"
12+
- "/vendor-bin/psalm"
13+
- "/tests/integration"
14+
schedule:
15+
interval: "daily"
16+
17+
- package-ecosystem: "npm"
18+
directory: "/"
19+
schedule:
20+
interval: "daily"
21+
22+
- package-ecosystem: "github-actions"
23+
directory: "/"
24+
schedule:
25+
interval: daily

0 commit comments

Comments
 (0)