Skip to content

Commit

Permalink
Update dependabot config (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
GCHQDeveloper81 authored Jul 29, 2024
1 parent 10bc3d5 commit 8506065
Showing 1 changed file with 20 additions and 14 deletions.
34 changes: 20 additions & 14 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,28 @@ version: 2
updates:
#
# Check for minor/patch versions only on a weekly basis - we are likely to be able to
# merge these routinely.
# merge these routinely. Major versions we'll check for and update manually.
#
- package-ecosystem: 'npm'
directory: '/'
versioning-strategy: increase
schedule:
interval: 'weekly'
ignore:
- dependency-name: '*'
update-types: ['version-update:semver-major']

#
# Check for all dependencies monthly including major (which are likely / prone to breaking changes.
#
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'monthly'
allow:
update-types: ['version-update:semver-major']
time: '03:00'
timezone: Europe/London
commit-message:
prefix: 'chore(deps): '
labels:
- 'npm'
- 'dependencies'
groups:
#
# Grouping so we don't get a seperate PR for every minor and patch version.
#
minor-and-patch-updates:
applies-to: version-updates
patterns:
- '*'
update-types:
- 'minor'
- 'patch'

0 comments on commit 8506065

Please sign in to comment.