We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b1252c + c6b005f commit 0eee836Copy full SHA for 0eee836
1 file changed
.github/dependabot.yml
@@ -3,9 +3,8 @@ updates:
3
- package-ecosystem: "github-actions"
4
directory: "/"
5
schedule:
6
- interval: "custom"
7
- interval-count: 14
8
- time: "12:00" # Adjust the time to your preferred schedule
+ interval: "weekly"
+ time: "12:00"
9
10
- package-ecosystem: "gomod"
11
allow:
@@ -15,9 +14,8 @@ updates:
15
14
update-type: "semver-major"
16
17
18
19
20
21
ignore:
22
- dependency-name: "github.com/onflow/flow-go"
23
- dependency-name: "github.com/onflow/cadence"
0 commit comments