Sha256: fe1a9ecec184178ec85d8ff690d4ca09fa2374e85f53e21ca14bd3caad6d36b8

Contents?: true

Size: 863 Bytes

Versions: 9

Compression:

Stored size: 863 Bytes

Contents

---
version: 1
update_configs:
  # Keep package.json (& lockfiles) up to date as soon as
  # new versions are published to the npm registry
  - package_manager: javascript
    directory: /
    update_schedule: weekly
    allowed_updates:
      - match:
          dependency_type: development
          update_type: all
      - match:
          dependency_type: production
          update_type: security
    version_requirement_updates: 'off'
  - package_manager: ruby:bundler
    directory: /
    update_schedule: weekly
    allowed_updates:
      - match:
          dependency_type: all
          update_type: all
    automerged_updates:
      - match:
          dependency_name: puma
          update_type: semver:minor
      - match:
          dependency_name: rspec*
      - match:
          dependency_name: capybara*
    version_requirement_updates: 'off'

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
jt_tools-0.0.11 lib/install/.dependabot/config.yml
jt_tools-0.0.10 lib/install/.dependabot/config.yml
jt_tools-0.0.9 lib/install/.dependabot/config.yml
jt_tools-0.0.8 lib/install/.dependabot/config.yml
jt_tools-0.0.7 lib/install/.dependabot/config.yml
jt_tools-0.0.6 lib/install/.dependabot/config.yml
jt_tools-0.0.5 lib/install/.dependabot/config.yml
jt_tools-0.0.4 lib/install/.dependabot/config.yml
jt_tools-0.0.3 lib/install/.dependabot/config.yml