dry-container/.action_hero.yml

22 lines
552 B
YAML

# This is a config synced from dry-rb/template-gem repo
sources:
- repo: dry-rb/template-gem
sync:
- ".action_hero.yml.erb"
- ".devtools/templates/*.sync:${{dir}}/${{name}}"
- ".github/**/*.*"
- "gemspec.erb:dry-container.gemspec"
- "spec/support/*"
- "CODE_OF_CONDUCT.md"
- "CONTRIBUTING.md"
- "CODEOWNERS"
- "LICENSE.erb"
- "README.md.erb"
- "Gemfile.devtools"
- ".rspec"
- ".rubocop.yml"
- repo: action-hero/workflows
sync:
- ".github/workflows/*.yml"