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 6f36ae4 commit bd8edbbCopy full SHA for bd8edbb
.github/dependabot.yml
@@ -0,0 +1,32 @@
1
+version: 2
2
+updates:
3
+ # Fetch and update latest `npm` packages
4
+ - package-ecosystem: "cargo"
5
+ directory: "/"
6
+ schedule:
7
+ interval: daily
8
+ time: "00:00"
9
+ open-pull-requests-limit: 10
10
+ reviewers:
11
+ - sirwindfield
12
+ assignees:
13
14
+ commit-message:
15
+ prefix: fix
16
+ prefix-development: chore
17
+ include: scope
18
+ # Fetch and update latest `github-actions` pkgs
19
+ - package-ecosystem: github-actions
20
21
22
23
24
25
26
27
28
29
30
31
32
0 commit comments