16 lines
347 B
YAML
16 lines
347 B
YAML
# Basic set up
|
|
# https://help.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#package-ecosystem
|
|
|
|
version: 2
|
|
updates:
|
|
|
|
- package-ecosystem: "pip"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|