Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 05c22af

Browse files
committed
Update Dependabot
1 parent 8652fae commit 05c22af

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "maven" # See documentation for possible values
9-
directory: "/" # Location of package manifests
8+
# Maintain dependencies for Maven
9+
- package-ecosystem: "maven"
10+
directory: "/"
1011
schedule:
1112
interval: "weekly"
13+
day: "sunday"
14+
# Maintain dependencies for GitHub Actions
15+
- package-ecosystem: "github-actions"
16+
directory: "/"
17+
schedule:
18+
interval: "monthly"
19+
day: "sunday"

0 commit comments

Comments
 (0)