Skip to content

Commit

Permalink
ci: update .github/dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hantsy committed Mar 17, 2021
1 parent 8b6d5bd commit 3976079
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/dependabot.yml
@@ -1,18 +1,14 @@
version: 2
updates:
- package-ecosystem: npm
- package-ecosystem: maven
directory: "/"
schedule:
interval: daily
time: "21:00"
interval: weekly
open-pull-requests-limit: 10
# Increase the version requirements
# only when required
versioning-strategy: increase-if-necessary
reviewers:
- "hantsy"
assignees:
- "hantsy"
labels:
- "dependencies"
- "npm"
- "maven"

0 comments on commit 3976079

Please sign in to comment.