Files
fizzy/.github/dependabot.yml
T
Mike Dalessio 3a8ea5ea85 dependabot: make the schedule weekly
Daily is very noisy when we're using so many git branches.
2025-10-03 22:17:21 -04:00

28 lines
592 B
YAML

version: 2
registries:
github-basecamp:
type: git
url: https://github.com
username: x-access-token
password: ${{secrets.GH_TOKEN}}
updates:
- package-ecosystem: bundler
registries:
- github-basecamp
directory: "/"
insecure-external-code-execution: allow
open-pull-requests-limit: 10
vendor: false
groups:
development-dependencies:
dependency-type: "development"
schedule:
interval: weekly
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10