File size: 432 Bytes
7dca0de
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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: [tarampampam]
    assignees: [tarampampam]

  - package-ecosystem: docker
    directory: /
    schedule: {interval: monthly}
    reviewers: [tarampampam]
    assignees: [tarampampam]