Homebrew/homebrew-bundle

View on GitHub
.github/dependabot.yml

Summary

Maintainability
Test Coverage
# This file is synced from the `.github` repository, do not modify it directly.
---
version: 2
updates:
- package-ecosystem: github-actions
  directory: "/"
  schedule:
    interval: daily
  allow:
  - dependency-type: all
  ignore:
  - dependency-name: actions/stale
  groups:
    artifacts:
      patterns:
      - actions/*-artifact
- package-ecosystem: bundler
  directory: "/"
  schedule:
    interval: daily
  allow:
  - dependency-type: all
- package-ecosystem: devcontainers
  directory: "/"
  schedule:
    interval: daily
  allow:
  - dependency-type: all