diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-12-09 17:41:51 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-09 17:41:51 +0000 |
| commit | f35ef7459b647714d1e6872b8a820f84a8100b0d (patch) | |
| tree | d9a71ef0cb939bee116f09616249a6e670406146 /.github | |
| parent | Bump unicode-width from 0.1.10 to 0.1.11 (#1243) (diff) | |
| download | atuin-f35ef7459b647714d1e6872b8a820f84a8100b0d.zip | |
chore: run dependabot weekly, not daily (#1423)
* chore: run dependabot weekly, not daily
* group it all
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" |
