Skip to content

Commit 75d6e87

Browse files
authored
chore: reduce internal to avoid update-fatigue
1 parent 17599df commit 75d6e87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ updates:
44
directory: "/"
55
target-branch: "master"
66
schedule:
7-
interval: "daily"
7+
interval: "monthly"
88

99
- package-ecosystem: "docker"
1010
directory: "/"
1111
target-branch: "master"
1212
schedule:
13-
interval: "daily"
13+
interval: "monthly"
1414

1515
- package-ecosystem: "gomod"
1616
directory: "/"
1717
target-branch: "master"
1818
schedule:
19-
interval: "daily"
19+
interval: "monthly"

0 commit comments

Comments
 (0)