Skip to content

Commit

Permalink
Update dependabot to batch everything
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-claudia committed Sep 24, 2024
1 parent 36c503a commit 53a4c2f
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,18 @@ updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: daily
groups:
version-updates:
applies-to: version-updates
security-updates:
applies-to: security-updates
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
groups:
security:
applies-to: security-updates
normal:
applies-to: version-updates

0 comments on commit 53a4c2f

Please sign in to comment.