Skip to content

Commit 85a8bb0

Browse files
authored
Update dependabot.yml
Signed-off-by: DerSkythe <[email protected]>
1 parent 126749f commit 85a8bb0

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
61
version: 2
72
updates:
83
# Maintain dependencies for GitHub Actions
94
- package-ecosystem: "github-actions"
105
directory: "/"
116
schedule:
12-
interval: "daily"
7+
interval: "weekly"
8+
reviewers:
9+
- "derskythe"
1310
assignees:
1411
- "derskythe"
1512

1613
- package-ecosystem: "docker"
1714
directory: "/" # Location of package manifests
1815
schedule:
19-
interval: "daily"
16+
interval: "weekly"
17+
reviewers:
18+
- "derskythe"
2019
assignees:
2120
- "derskythe"

0 commit comments

Comments
 (0)