Skip to content

Commit 0eee836

Browse files
Merge pull request #2344 from onflow/fix/dependabot-config
fix: use valid dependabot schedule interval
2 parents 8b1252c + c6b005f commit 0eee836

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "custom"
7-
interval-count: 14
8-
time: "12:00" # Adjust the time to your preferred schedule
6+
interval: "weekly"
7+
time: "12:00"
98

109
- package-ecosystem: "gomod"
1110
allow:
@@ -15,9 +14,8 @@ updates:
1514
update-type: "semver-major"
1615
directory: "/"
1716
schedule:
18-
interval: "custom"
19-
interval-count: 14
20-
time: "12:00" # Adjust the time to your preferred schedule
17+
interval: "weekly"
18+
time: "12:00"
2119
ignore:
2220
- dependency-name: "github.com/onflow/flow-go"
2321
- dependency-name: "github.com/onflow/cadence"

0 commit comments

Comments
 (0)