Files
fizzy/.github/dependabot.yml
T
2025-02-04 10:32:17 -08:00

28 lines
590 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: daily
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10