Skip to content

Commit 8cf305c

Browse files
authored
feat: add dependably.yml
Signed-off-by: Cedric Ziel <cedric@cedric-ziel.com>
1 parent cf5880f commit 8cf305c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/dependabot.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
version: 2
2+
updates:
3+
4+
# Maintain dependencies for GitHub Actions
5+
- package-ecosystem: "github-actions"
6+
# Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
7+
directory: "/"
8+
schedule:
9+
interval: "weekly"
10+
assignees:
11+
- cedricziel
12+
13+
- package-ecosystem: "composer"
14+
directory: "/"
15+
schedule:
16+
interval: "weekly"
17+
assignees:
18+
- cedricziel
19+
- package-ecosystem: "composer"
20+
directory: ".github/template-cleanup"
21+
schedule:
22+
interval: "weekly"
23+
assignees:
24+
- cedricziel

0 commit comments

Comments
 (0)