22 lines
607 B
YAML
22 lines
607 B
YAML
# Dependabot configuration.
|
|
#
|
|
# Please see the documentation for all configuration options:
|
|
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "cron"
|
|
cronjob: "10 22 5,20 * *" # At 22:10, every 5th and 20th day of the month.
|
|
open-pull-requests-limit: 5
|
|
commit-message:
|
|
prefix: "GH Actions:"
|
|
groups:
|
|
action-runners:
|
|
applies-to: version-updates
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|