Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
chore: group dependabot pr's and run weekly (#358)
Browse files Browse the repository at this point in the history
Signed-off-by: guillaume <[email protected]>
  • Loading branch information
gruyaume authored Sep 17, 2024
1 parent 52e7779 commit d51927f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
commit-message:
prefix: "chore: "
groups:
github_actions:
patterns:
- "*"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
commit-message:
prefix: "chore: "
groups:
npm_dependencies:
patterns:
- "*"

0 comments on commit d51927f

Please sign in to comment.