diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index da1498c4..50d29129 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,8 +8,12 @@ updates: - package-ecosystem: "cargo" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "daily" + interval: "weekly" + groups: + cargo: + # Just group everything. I'll see how this goes, but one big PR might be nicer. + - '*' - package-ecosystem: "docker" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "daily" + interval: "weekly" |
