-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathdependabot.yml
31 lines (26 loc) · 979 Bytes
/
dependabot.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# yaml-language-server: $schema=https://json.schemastore.org/dependabot-2.0.json
# 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}
groups: {github-actions: {patterns: ['*']}}
assignees: [tarampampam]
- package-ecosystem: docker
directory: /
schedule: {interval: monthly}
groups: {docker: {patterns: ['*']}}
assignees: [tarampampam]
- package-ecosystem: gomod
directory: /
schedule: {interval: monthly}
groups: {gomod: {patterns: ['*']}}
assignees: [tarampampam]
- package-ecosystem: npm
directory: /web
schedule: {interval: monthly}
groups:
npm-production: {dependency-type: production, update-types: [minor, patch]}
npm-development: {dependency-type: development, update-types: [minor, patch]}
assignees: [tarampampam]