2020-05-19 09:51:39 -07:00
|
|
|
{
|
|
|
|
|
"folders": [
|
2026-04-10 12:35:57 +02:00
|
|
|
"../../agentic",
|
2020-05-19 09:51:39 -07:00
|
|
|
"../../ci",
|
2021-09-06 11:04:54 +05:30
|
|
|
"../../automation",
|
2021-09-27 20:32:30 +01:00
|
|
|
"../../deployments",
|
2022-09-16 10:51:50 +00:00
|
|
|
"../../code-scanning",
|
|
|
|
|
"../../pages"
|
2021-09-30 10:19:20 +05:30
|
|
|
],
|
2022-05-02 06:08:29 +00:00
|
|
|
"allowed_categories": [
|
2026-04-10 12:35:57 +02:00
|
|
|
{
|
|
|
|
|
"path": "../../agentic",
|
|
|
|
|
"categories": ["Agentic"]
|
|
|
|
|
},
|
2022-02-14 10:11:33 +00:00
|
|
|
{
|
2022-05-02 06:18:12 +00:00
|
|
|
"path": "../../ci",
|
|
|
|
|
"categories": ["Continuous integration"]
|
2022-02-14 10:11:33 +00:00
|
|
|
},
|
|
|
|
|
{
|
2022-05-02 06:18:12 +00:00
|
|
|
"path": "../../automation",
|
|
|
|
|
"categories": ["Automation"]
|
2022-02-14 10:11:33 +00:00
|
|
|
},
|
2022-05-02 06:18:12 +00:00
|
|
|
{
|
2022-05-02 06:08:29 +00:00
|
|
|
"path": "../../deployments",
|
2022-05-02 06:18:12 +00:00
|
|
|
"categories": ["Deployment"]
|
2022-02-14 10:11:33 +00:00
|
|
|
},
|
|
|
|
|
{
|
2022-05-02 06:18:12 +00:00
|
|
|
"path": "../../code-scanning",
|
2022-05-02 06:32:43 +00:00
|
|
|
"categories": ["Code Scanning", "Dependency review"]
|
2022-09-16 10:51:50 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../pages",
|
|
|
|
|
"categories": ["Pages"]
|
2022-02-14 10:11:33 +00:00
|
|
|
}
|
2020-05-19 09:51:39 -07:00
|
|
|
]
|
2022-04-01 10:04:38 +05:30
|
|
|
}
|