6 lines
256 B
YAML
6 lines
256 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions" # search for actions - there are other options available
|
|
directory: "/" # search in .github/workflows under root `/`
|
|
schedule:
|
|
interval: "weekly" # check for action update every week |