Skip to content

Commit 0e65177

Browse files
authored
chore: update dependabot configuration for gomod and github-actions (#775)
Signed-off-by: Matthieu MOREL <[email protected]>
1 parent b7aff32 commit 0e65177

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# See https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#package-ecosystem
22
version: 2
33
updates:
4-
- package-ecosystem: "gomod"
5-
directory: "/"
4+
- package-ecosystem: github-actions
5+
directory: /
66
schedule:
7-
interval: "daily"
7+
interval: weekly
8+
- package-ecosystem: gomod
9+
directories:
10+
- /
11+
- /interceptors/logging/examples
12+
- /providers/prometheus
13+
- /examples
14+
schedule:
15+
interval: weekly

0 commit comments

Comments
 (0)