mirror of
https://github.com/lobaro/restic-backup-docker.git
synced 2026-04-21 10:59:24 +00:00
16 lines
415 B
YAML
16 lines
415 B
YAML
# Docs: <https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/customizing-dependency-updates>
|
|
version: 2
|
|
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule: {interval: monthly}
|
|
reviewers: [krombel]
|
|
assignees: [krombel]
|
|
|
|
- package-ecosystem: docker
|
|
directory: /
|
|
schedule: {interval: monthly}
|
|
reviewers: [krombel]
|
|
assignees: [krombel]
|