Skip to content

Commit 973b4f0

Browse files
committed
dependabot
1 parent 4e6c287 commit 973b4f0

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/dependabot.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Dependabot version updates
2+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3+
4+
version: 2
5+
updates:
6+
- package-ecosystem: npm
7+
directory: /
8+
schedule:
9+
interval: weekly
10+
open-pull-requests-limit: 10
11+
labels:
12+
- dependencies
13+
commit-message:
14+
prefix: chore
15+
include: scope
16+
17+
- package-ecosystem: github-actions
18+
directory: /
19+
schedule:
20+
interval: weekly
21+
open-pull-requests-limit: 5
22+
labels:
23+
- dependencies
24+
- github-actions
25+
commit-message:
26+
prefix: ci
27+
include: scope

0 commit comments

Comments
 (0)