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.
1 parent 3a03204 commit dddfed0Copy full SHA for dddfed0
.github/dependabot.yml
@@ -3,21 +3,21 @@ updates:
3
- package-ecosystem: cargo
4
directory: "/"
5
schedule:
6
- interval: daily
+ interval: weekly
7
open-pull-requests-limit: 10
8
ignore:
9
- dependency-name: "*"
10
update-types: [ "version-update:semver-patch" ]
11
12
directory: "/integration-test/bins"
13
14
15
16
17
18
19
- package-ecosystem: github-actions
20
21
22
+ interval: monthly
23
0 commit comments