The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/.github/dependabot.yml

25 lines
523 B

version: 2
updates:
# Main repo NPM package
- package-ecosystem: npm
directory: '/'
schedule:
interval: daily
open-pull-requests-limit: 10
labels:
- 'automerge'
## EE dependencies
- package-ecosystem: npm
directory: '/ee/server/services'
schedule:
interval: daily
open-pull-requests-limit: 10
labels:
- 'automerge'
# Maintain dependencies for GitHub Actions
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'