Skip to content

Commit

Permalink
ci(dependabot): check for typos updates daily
Browse files Browse the repository at this point in the history
  • Loading branch information
tekumara committed Jun 16, 2024
1 parent 163d270 commit 6111f00
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,27 @@ updates:
directory: "/"
schedule:
interval: "monthly"
ignore:
- dependency-name: "typos*"
groups:
lsp:
applies-to: version-updates
patterns:
- "*"
exclude-patterns:
# don't bundle typos-cli together with other updates
- "typos-cli"

- package-ecosystem: "cargo"
directory: "/"
# HACK: so we can have two updates for the same ecosystem & dir
# see https://github.com/dependabot/dependabot-core/issues/1778#issuecomment-1988140219
target-branch: main
schedule:
interval: "daily"
allow:
- dependency-name: "typos*"
groups:
typos:
applies-to: version-updates
patterns:
- "*"
- package-ecosystem: "npm"
directory: "/"
schedule:
Expand Down

0 comments on commit 6111f00

Please sign in to comment.