8 lines
262 B
YAML
8 lines
262 B
YAML
|
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
||
|
version: 2
|
||
|
updates:
|
||
|
- package-ecosystem: "github-actions"
|
||
|
directory: "/package" # Location of package manifests
|
||
|
schedule:
|
||
|
interval: "weekly"
|