Skip to content

Commit 78ae0be

Browse files
authored
Update dependabot.yml
1 parent 672f0d7 commit 78ae0be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ updates:
33
- package-ecosystem: cargo
44
directory: "/"
55
schedule:
6-
interval: weekly
6+
interval: monthly
77
open-pull-requests-limit: 10
88
ignore:
99
- dependency-name: "*"
1010
update-types: [ "version-update:semver-patch" ]
1111
- package-ecosystem: cargo
1212
directory: "/integration-test/bins"
1313
schedule:
14-
interval: weekly
14+
interval: monthly
1515
open-pull-requests-limit: 10
1616
ignore:
1717
- dependency-name: "*"

0 commit comments

Comments
 (0)