mirror of
https://github.com/DO1JLR/ansible_playbook_servers.git
synced 2024-09-14 19:53:56 +02:00
13 lines
330 B
YAML
13 lines
330 B
YAML
|
---
|
||
|
# See https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
|
||
|
version: 2
|
||
|
updates:
|
||
|
- package-ecosystem: "github-actions"
|
||
|
directory: "/"
|
||
|
schedule:
|
||
|
interval: "weekly"
|
||
|
- package-ecosystem: "gitsubmodule"
|
||
|
directory: "/"
|
||
|
schedule:
|
||
|
interval: "weekly"
|