Skip to content

Commit 0a257d5

Browse files
committed
Add docker and github-actions to dependabot config and cleanup comments
1 parent 8f9ada6 commit 0a257d5

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

.github/dependabot.yml

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,27 @@
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.
31
# Please see the documentation for all configuration options:
42
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
53

64
version: 2
75
updates:
8-
- package-ecosystem: "gomod" # See documentation for possible values
6+
- package-ecosystem: "gomod"
97
directory: "/" # Location of package manifests
108
schedule:
119
interval: "weekly"
10+
day: "sunday"
11+
time: "16:00"
12+
- package-ecosystem: "docker"
13+
directories:
14+
- "/"
15+
schedule:
16+
interval: "weekly"
17+
day: "sunday"
18+
time: "16:00"
19+
- package-ecosystem: "github-actions"
20+
directory: "/"
21+
schedule:
22+
interval: "weekly"
23+
day: "sunday"
24+
time: "16:00"
25+
groups:
26+
all-actions:
27+
patterns: [ "*" ]

0 commit comments

Comments
 (0)