diff options
| author | diogo464 <[email protected]> | 2021-10-30 20:39:18 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2021-10-30 20:39:18 +0100 |
| commit | dfe6f8cf8fb744e50473179715bdc5708903746e (patch) | |
| tree | 17af4d6d919678b87f53d744169212df5970feec | |
| parent | 74f7bd63c0eed3a3f5add71838525f6ab4ad9540 (diff) | |
Updated dependabot config
| -rw-r--r-- | .github/dependabot.yml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2577249..a9b8d27 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml | |||
| @@ -3,5 +3,13 @@ updates: | |||
| 3 | - package-ecosystem: "cargo" | 3 | - package-ecosystem: "cargo" |
| 4 | directory: "/" | 4 | directory: "/" |
| 5 | schedule: | 5 | schedule: |
| 6 | interval: "daily" | 6 | interval: "weekly" |
| 7 | - package-ecosystem: "cargo" | ||
| 8 | directory: "/dotup" | ||
| 9 | schedule: | ||
| 10 | interval: "weekly" | ||
| 11 | - package-ecosystem: "cargo" | ||
| 12 | directory: "/dotup_cli" | ||
| 13 | schedule: | ||
| 14 | interval: "weekly" | ||
| 7 | 15 | ||
