blob: 050832a886fc53428c36922365b013eebebd95ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# see https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
# Maintain dependencies for npm
- package-ecosystem: npm
directory: '/'
schedule:
interval: daily
assignees:
- sergeyklay
# Maintain dependencies for GitHub Actions
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: daily
assignees:
- sergeyklay
|