File tree Expand file tree Collapse file tree 2 files changed +45
-1
lines changed
Expand file tree Collapse file tree 2 files changed +45
-1
lines changed Original file line number Diff line number Diff line change 1- * @ GeekMasher
1+ # Codeowners
2+
3+ * @ advanced-security/oss-maintainers
Original file line number Diff line number Diff line change 1+ # To get started with Dependabot version updates, you'll need to specify which
2+ # package ecosystems to update and where the package manifests are located.
3+ # Please see the documentation for all configuration options:
4+ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+ version : 2
7+ updates :
8+ - package-ecosystem : " github-actions"
9+ directory : " /"
10+ schedule :
11+ interval : " weekly"
12+ reviewers :
13+ - " advanced-security/oss-maintainers"
14+ target-branch : " main"
15+ commit-message :
16+ prefix : deps
17+ prefix-development : chore
18+ labels :
19+ - " Dependencies"
20+ groups :
21+ production-dependencies :
22+ dependency-type : " production"
23+ development-dependencies :
24+ dependency-type : " development"
25+
26+ - package-ecosystem : " npm"
27+ directory : " /"
28+ schedule :
29+ interval : " weekly"
30+ reviewers :
31+ - " advanced-security/oss-maintainers"
32+ target-branch : " main"
33+ commit-message :
34+ prefix : deps
35+ prefix-development : chore
36+ labels :
37+ - " Dependencies"
38+ groups :
39+ production-dependencies :
40+ dependency-type : " production"
41+ development-dependencies :
42+ dependency-type : " development"
You can’t perform that action at this time.
0 commit comments