Skip to content

Commit f5f5cd3

Browse files
committed
setup dependabot for github-actions and make all of the checks a weekly job
1 parent 8ce5e42 commit f5f5cd3

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

.github/dependabot.yml

+19-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
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+
directory: /
10+
schedule:
11+
interval: weekly
12+
- package-ecosystem: gomod
13+
directory: /examples
14+
schedule:
15+
interval: weekly
16+
- package-ecosystem: gomod
17+
directory: /interceptors/logging/examples
18+
schedule:
19+
interval: weekly
20+
- package-ecosystem: gomod
21+
directory: /providers/prometheus
22+
schedule:
23+
interval: weekly

0 commit comments

Comments
 (0)