Revise dependabot.yml.
This commit is contained in:
committed by
Fabio Niephaus
parent
deee6c389f
commit
2fea119c1a
35
.github/dependabot.yml
vendored
35
.github/dependabot.yml
vendored
@@ -1,30 +1,19 @@
|
|||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: github-actions
|
- package-ecosystem: 'github-actions'
|
||||||
directory: /
|
directory: '/'
|
||||||
schedule:
|
schedule:
|
||||||
interval: monthly
|
interval: 'monthly'
|
||||||
groups:
|
groups:
|
||||||
actions-minor:
|
github-actions-updates:
|
||||||
update-types:
|
patterns:
|
||||||
- minor
|
- '*'
|
||||||
- patch
|
|
||||||
|
|
||||||
- package-ecosystem: npm
|
- package-ecosystem: 'npm'
|
||||||
directory: /
|
directory: '/'
|
||||||
schedule:
|
schedule:
|
||||||
interval: monthly
|
interval: 'monthly'
|
||||||
ignore:
|
|
||||||
- dependency-name: '@types/node'
|
|
||||||
update-types:
|
|
||||||
- 'version-update:semver-major'
|
|
||||||
groups:
|
groups:
|
||||||
npm-development:
|
npm-updates:
|
||||||
dependency-type: development
|
patterns:
|
||||||
update-types:
|
- '*'
|
||||||
- minor
|
|
||||||
- patch
|
|
||||||
npm-production:
|
|
||||||
dependency-type: production
|
|
||||||
update-types:
|
|
||||||
- patch
|
|
||||||
|
|||||||
Reference in New Issue
Block a user