Skip to content

Commit

Permalink
ci: update dependabot to group updates
Browse files Browse the repository at this point in the history
Signed-off-by: David Hart <[email protected]>
  • Loading branch information
dbhart committed Oct 4, 2024
1 parent 2433508 commit 27048d9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,19 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
commit-message:
prefix: "build"
groups:
prod-dependencies:
dependency-type: "production"
update-types: ['minor', 'patch']

- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
commit-message:
prefix: "ci"
groups:
gh-dependencies:
applies-to: security-updates

0 comments on commit 27048d9

Please sign in to comment.