diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-12-09 17:44:10 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-09 17:44:10 +0000 |
| commit | de6221942ad8b1a6ce2a81aaf878e37a48ccb0ab (patch) | |
| tree | 9cfd07926bd15304bc25f259c0c570513a9f490c /.github | |
| parent | chore: run dependabot weekly, not daily (#1423) (diff) | |
| download | atuin-de6221942ad8b1a6ce2a81aaf878e37a48ccb0ab.zip | |
chore: don't group deps (#1424)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 50d29129..65985371 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,10 +9,6 @@ updates: directory: "/" # Location of package manifests schedule: 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: |
