mirror of
https://github.com/t2linux/wiki.git
synced 2026-04-30 13:32:14 -07:00
2d0dbbcb5d
This also is spamming discord
17 lines
408 B
YAML
17 lines
408 B
YAML
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "pip"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
commit-message:
|
|
prefix: "Dependencies: "
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
commit-message:
|
|
prefix: "Actions: "
|