Skip to content

Commit befdadb

Browse files
committed
ci(dependabot): add dependabot.yml with github-actions updates
Signed-off-by: Edward Ly <[email protected]>
1 parent 957813f commit befdadb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-License-Identifier: AGPL-3.0-or-later
3+
version: 2
4+
updates:
5+
- package-ecosystem: "github-actions"
6+
directory: "/"
7+
schedule:
8+
interval: monthly
9+
timezone: Europe/Paris
10+
groups:
11+
github-actions:
12+
patterns:
13+
- "*"

0 commit comments

Comments
 (0)