Skip to content

Commit

Permalink
.moban.yaml: Use repository requires
Browse files Browse the repository at this point in the history
moban now supports managed repositories
  • Loading branch information
jayvdb committed Nov 13, 2018
1 parent d024496 commit 0636e9b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .moban.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,15 @@ dependencies:
gitignore_extra_rulesets:
- node

requires:
- https://gitlab.com/coala/mobans.git
configuration:
template_dir:
- .moban.dt/
- ../coala-mobans/templates/
- ../coala-mobans/assets/
- mobans:templates/
- mobans:assets/
configuration: .moban.yaml
configuration_dir: ../coala-mobans/
configuration_dir: 'mobans:'
targets:
- .gitignore: core-gitignore.jj2
- .editorconfig: .editorconfig.jj2
Expand Down

0 comments on commit 0636e9b

Please sign in to comment.