mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
10 lines
341 B
YAML
10 lines
341 B
YAML
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
commit-message:
|
|
prefix: "⬆️"
|
|
include: "scope"
|