forked from dependabot/dependabot-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlabeler.yml
71 lines (54 loc) · 1.27 KB
/
labeler.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
"L: ruby:bundler":
- changed-files:
- any-glob-to-any-file: bundler/**
"L: rust:cargo":
- changed-files:
- any-glob-to-any-file: cargo/**
"L: php:composer":
- changed-files:
- any-glob-to-any-file: composer/**
"L: devcontainers":
- changed-files:
- any-glob-to-any-file: devcontainers/**
"L: docker":
- changed-files:
- any-glob-to-any-file: docker/**
"L: elm":
- changed-files:
- any-glob-to-any-file: elm/**
"L: git:submodules":
- changed-files:
- any-glob-to-any-file: git_submodules/**
"L: github:actions":
- changed-files:
- any-glob-to-any-file: github_actions/**
"L: go:modules":
- changed-files:
- any-glob-to-any-file: go_modules/**
"L: javascript":
- changed-files:
- any-glob-to-any-file: npm_and_yarn/**
"L: java:gradle":
- changed-files:
- any-glob-to-any-file: gradle/**
"L: elixir:hex":
- changed-files:
- any-glob-to-any-file: hex/**
"L: java:maven":
- changed-files:
- any-glob-to-any-file: maven/**
"L: dotnet:nuget":
- changed-files:
- any-glob-to-any-file: nuget/**
"L: dart:pub":
- changed-files:
- any-glob-to-any-file: pub/**
"L: python":
- changed-files:
- any-glob-to-any-file: python/**
"L: terraform":
- changed-files:
- any-glob-to-any-file: terraform/**
"L: swift":
- changed-files:
- any-glob-to-any-file: swift/**