Skip to content

Commit

Permalink
Merge pull request #3692 from bcgov/NDT-623-Improve-how-we-do-dependa…
Browse files Browse the repository at this point in the history
…bot-work

chore: group dependabot minor updates
  • Loading branch information
rafasdc authored Nov 25, 2024
2 parents ca0f7d0 + 17771d1 commit 40ee00d
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,31 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: "weekly"
interval: 'weekly'
commit-message:
# Prefix all commit messages with "chore: "
prefix: "chore"
prefix: 'chore'
rebase-strategy: 'auto'
groups:
minor-and-patch:
update-types:
- 'minor'
- 'patch'

# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/app"
- package-ecosystem: 'npm'
directory: '/app'
schedule:
interval: "weekly"
interval: 'weekly'
commit-message:
# Prefix all commit messages with "chore: "
prefix: "chore"
prefix: 'chore'
rebase-strategy: 'auto'
groups:
minor-and-patch:
update-types:
- 'minor'
- 'patch'

0 comments on commit 40ee00d

Please sign in to comment.