Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ef741caab5 | ||
|
|
20749b7294 | ||
|
|
3f1903e205 | ||
|
|
cfb49a3e58 |
+19
-15
@@ -1,30 +1,34 @@
|
|||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
|
multi-ecosystem-groups:
|
||||||
|
minor-and-patch:
|
||||||
|
schedule:
|
||||||
|
interval: 'quarterly'
|
||||||
|
commit-message:
|
||||||
|
prefix: 'fix'
|
||||||
|
prefix-development: 'build'
|
||||||
|
include: 'scope'
|
||||||
|
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: 'npm'
|
- package-ecosystem: 'npm'
|
||||||
directory: '/'
|
directory: '/'
|
||||||
schedule:
|
patterns: ['*']
|
||||||
interval: 'monthly'
|
multi-ecosystem-group: 'minor-and-patch'
|
||||||
groups:
|
groups:
|
||||||
production-dependencies:
|
production:
|
||||||
dependency-type: 'production'
|
dependency-type: 'production'
|
||||||
update-types:
|
update-types:
|
||||||
- minor
|
- minor
|
||||||
- patch
|
- patch
|
||||||
development-dependencies:
|
development:
|
||||||
dependency-type: 'development'
|
dependency-type: 'development'
|
||||||
update-types:
|
update-types:
|
||||||
- minor
|
- minor
|
||||||
- patch
|
- patch
|
||||||
commit-message:
|
|
||||||
prefix: 'fix'
|
|
||||||
prefix-development: 'build'
|
|
||||||
include: 'scope'
|
|
||||||
- package-ecosystem: 'github-actions'
|
- package-ecosystem: 'github-actions'
|
||||||
directory: '/'
|
directory: '/'
|
||||||
schedule:
|
patterns: ['*']
|
||||||
interval: 'monthly'
|
multi-ecosystem-groups: 'minor-and-patch'
|
||||||
groups:
|
update-types:
|
||||||
github-actions:
|
- minor
|
||||||
update-types:
|
- patch
|
||||||
- minor
|
|
||||||
- patch
|
|
||||||
|
|||||||
Reference in New Issue
Block a user