Skip to content

Commit 94090d1

Browse files
committed
dependabot: upate script
Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
1 parent 2658258 commit 94090d1

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

.github/dependabot.yml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,27 @@
33
# Please see the documentation for all configuration options:
44
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
55

6+
# To get started with Dependabot version updates, you'll need to specify which
7+
# package ecosystems to update and where the package manifests are located.
8+
# Please see the documentation for all configuration options:
9+
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
610
version: 2
11+
712
updates:
8-
- package-ecosystem: "gomod" # See documentation for possible values
13+
- package-ecosystem: gomod # See documentation for possible values
914
directory: "/" # Location of package manifests
1015
schedule:
11-
interval: "weekly"
16+
interval: daily
17+
reviewers:
18+
- "rustatian"
19+
assignees:
20+
- "rustatian"
21+
22+
- package-ecosystem: "github-actions"
23+
directory: "/"
24+
schedule:
25+
interval: weekly
26+
reviewers:
27+
- "rustatian"
28+
assignees:
29+
- "rustatian"

0 commit comments

Comments
 (0)