Skip to content
Snippets Groups Projects
Commit e1bcb472 authored by Guilherme Gazzo's avatar Guilherme Gazzo
Browse files

ci: dependabot config

parent a3ad613e
No related branches found
No related tags found
No related merge requests found
version: 2
updates:
# Main repo NPM package
- package-ecosystem: npm
directory: '/'
schedule:
interval: daily
open-pull-requests-limit: 10
labels:
- 'automerge'
# Main repo NPM package
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
## EE dependencies
- package-ecosystem: npm
directory: '/ee/server/services'
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
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
# Maintain dependencies for GitHub Actions
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'
......@@ -15,4 +15,8 @@ include_coauthors=true
[merge.automerge_dependencies]
versions = ["minor", "patch"]
usernames = ["dependabot[bot]"]
usernames = ["dependabot"]
[update]
ignored_usernames = ["dependabot"]
[approve]
auto_approve_usernames = ["dependabot"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment