Skip to content

Commit 926b6a0

Browse files
Merge pull request #6 from streamr-dev/DEVOP-123-Add-dependabot-config
ci: added github-action and npm dependabot config
2 parents 7c62b61 + 841ba69 commit 926b6a0

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

.github/dependabot.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
#
3+
# https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates
4+
# https://dependabot.com/docs/config-file/validator/
5+
#
6+
version: 2
7+
updates:
8+
- package-ecosystem: github-actions
9+
directory: /
10+
open-pull-requests-limit: 5
11+
schedule:
12+
interval: daily
13+
time: "08:00"
14+
timezone: Europe/Helsinki
15+
commit-message:
16+
prefix: ci
17+
include: scope
18+
labels:
19+
- ci
20+
reviewers:
21+
- kare
22+
assignees:
23+
- DaisyDomergue
24+
- package-ecosystem: npm
25+
directory: /
26+
open-pull-requests-limit: 5
27+
schedule:
28+
interval: daily
29+
time: "08:00"
30+
timezone: Europe/Helsinki
31+
commit-message:
32+
prefix: NPM
33+
labels:
34+
- node-dependency
35+
reviewers:
36+
- kare
37+
assignees:
38+
- DaisyDomergue

0 commit comments

Comments
 (0)