Skip to content

Commit

Permalink
chore(Dependabot): Use semantic commits
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Apr 19, 2022
1 parent aa32ad5 commit 88c9262
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
version: 2
updates:
- package-ecosystem: gradle
directory: "/"
schedule:
interval: weekly
time: "08:00"
timezone: Etc/UCT
open-pull-requests-limit: 99
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
time: "08:00"
timezone: Etc/UCT
open-pull-requests-limit: 99
versioning-strategy: increase
- package-ecosystem: gradle
directory: "/"
schedule:
interval: weekly
commit-message:
prefix: "fix(deps):"
prefix-development: "chore(deps):"
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
commit-message:
prefix: "fix(deps):"
prefix-development: "chore(deps):"

0 comments on commit 88c9262

Please sign in to comment.