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 0346e9e commit e33f932Copy full SHA for e33f932
.github/dependabot.yml
@@ -4,3 +4,23 @@ updates:
4
directory: "/"
5
schedule:
6
interval: "daily"
7
+ - package-ecosystem: "gitsubmodule"
8
+ directory: "/program-analysis/medusa"
9
+ schedule:
10
+ interval: "daily" # Check for updates daily
11
+ commit-message:
12
+ prefix: "Update medusa"
13
+ assignees:
14
+ - ggrieco-tob
15
+ reviewers:
16
17
18
+ directory: "/program-analysis/slither"
19
20
21
22
+ prefix: "Update slither"
23
24
25
26
dependabot.yml
0 commit comments