Skip to content

Commit

Permalink
chore: run dependabot weekly, not daily (#1423)
Browse files Browse the repository at this point in the history
* chore: run dependabot weekly, not daily

* group it all
  • Loading branch information
ellie committed Dec 9, 2023
1 parent 70a283a commit f35ef74
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

1 comment on commit f35ef74

@vercel
Copy link

@vercel vercel bot commented on f35ef74 Dec 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

atuin-docs – ./

atuin-docs.vercel.app
atuin-docs-atuin.vercel.app
atuin-docs-git-main-atuin.vercel.app

Please sign in to comment.