loguru/.github/dependabot.yml

18 lines
325 B
YAML

version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
labels: []
- package-ecosystem: pip
directory: /
schedule:
interval: monthly
allow:
- dependency-type: direct
labels: []
ignore:
- dependency-name: '*'
update-types: [version-update:semver-patch]