Skip to content

Commit 8ff046f

Browse files
authored
[chore] Set dependabot interval to weekly (#2547)
1 parent 2cea0c2 commit 8ff046f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/dependabot.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ updates:
33
- package-ecosystem: gomod
44
directory: /
55
schedule:
6-
interval: daily
6+
interval: weekly
77
# Create a group of dependencies to be updated together in one pull request
88
groups:
99
golang-org-x:
@@ -29,7 +29,7 @@ updates:
2929
- package-ecosystem: github-actions
3030
directory: /
3131
schedule:
32-
interval: daily
32+
interval: weekly
3333
groups:
3434
gha-docker:
3535
patterns:
@@ -38,14 +38,14 @@ updates:
3838
- package-ecosystem: docker
3939
directory: /
4040
schedule:
41-
interval: daily
41+
interval: weekly
4242

4343
- package-ecosystem: docker
4444
directory: /cmd/otel-allocator
4545
schedule:
46-
interval: daily
46+
interval: weekly
4747

4848
- package-ecosystem: docker
4949
directory: /cmd/operator-opamp-bridge
5050
schedule:
51-
interval: daily
51+
interval: weekly

0 commit comments

Comments
 (0)