Sha256: b14d391add15e6a41ad04a90989347a1eede4ce3c5b3fc2815c7bb028fd6eb1a

Contents?: true

Size: 574 Bytes

Versions: 2

Compression:

Stored size: 574 Bytes

Contents

# https://docs.github.com/en/github/administering-a-repository/keeping-your-dependencies-updated-automatically
# There's a lot of options, but for now let's keep it simple.
# Check every week (Monday 5:00 CET by default) for updates.
# Each package manager gets 5 non-security updates by default.
# Security updates bypass most configuration here and show up when found.
# We rely on DepFu for Ruby and Gem updates
version: 2
updates:
  - package-ecosystem: github-actions
    # Github Actions are checked for updates
    directory: '/'
    schedule:
      interval: weekly

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
groupie-0.6.0 .github/dependabot.yml
groupie-0.5.0 .github/dependabot.yml