Skip to content

Commit

Permalink
chore: Adds dependency groupping and uses weekly schedule in dependab…
Browse files Browse the repository at this point in the history
…ot (#10)
  • Loading branch information
saltiyazan committed Apr 26, 2024
1 parent b299a1d commit 57a9ce0
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
version: 2
updates:

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

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

0 comments on commit 57a9ce0

Please sign in to comment.