Skip to content

Commit 7506a3f

Browse files
authored
Merge pull request #24 from nextcloud/chore/gh-actions
ci(dependabot): add dependabot.yml with `github-actions` updates
2 parents 957813f + befdadb commit 7506a3f

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)