Skip to content

Commit

Permalink
Restore .github/dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffengreiner authored Nov 19, 2020
1 parent 5384e63 commit 9b4aa05
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
version: 2
updates_configs:
- package_manager: "java:maven"
directory: "/"
update_schedule: "daily"
target-branch: development
default_labels: "dependabot"
commit-message:
prefix: "[DEPENDABOT]"

updates:
- package-ecosystem: maven
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
target-branch: development
labels:
- DEPENDABOT
commit-message:
prefix: "[DEPENDABOT]"

0 comments on commit 9b4aa05

Please sign in to comment.