Sha256: 1a1b022279c34d4ecec6307af2b40d7d77a475998bf6e7e33d55d9c835e5270a
Contents?: true
Size: 781 Bytes
Versions: 2
Compression:
Stored size: 781 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. version: 2 updates: - package-ecosystem: github-actions # Github Actions are checked for updates directory: '/' schedule: interval: weekly - package-ecosystem: bundler # Bundler handles Ruby dependencies directory: '/' schedule: interval: weekly versioning-strategy: increase-if-necessary allow: - dependency-type: direct - dependency-type: indirect
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
groupie-0.4.1 | .github/dependabot.yml |
groupie-0.4.0 | .github/dependabot.yml |