Skip to content

Commit

Permalink
Merge pull request #147 from github-community-projects/jm-dependabot-…
Browse files Browse the repository at this point in the history
…security-updates-only

chore: change from only security updates to grouping
  • Loading branch information
ajhenry authored May 29, 2024
2 parents f6dae5a + 172b464 commit e9952ee
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ updates:
prefix: 'chore'
prefix-development: 'chore'
include: 'scope'
groups:
dependencies:
applies-to: version-updates
update-types:
- 'minor'
- 'patch'
- package-ecosystem: 'docker'
directory: '/'
schedule:
Expand All @@ -16,6 +22,12 @@ updates:
prefix: 'chore'
prefix-development: 'chore'
include: 'scope'
groups:
dependencies:
applies-to: version-updates
update-types:
- 'minor'
- 'patch'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
Expand All @@ -24,3 +36,9 @@ updates:
prefix: 'chore'
prefix-development: 'chore'
include: 'scope'
groups:
dependencies:
applies-to: version-updates
update-types:
- 'minor'
- 'patch'

0 comments on commit e9952ee

Please sign in to comment.