Files
actions/.github/dependabot.yml
2024-12-30 08:49:05 +03:30

25 lines
515 B
YAML

# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: github-actions
directory: /
open-pull-requests-limit: 20
commit-message:
prefix: deps
include: scope
reviewers:
- njfamirm
schedule:
interval: weekly
time: '08:30'
day: thursday
labels:
- ci
- priority-low
- maintenance
groups:
github-actions:
patterns:
- '*'