Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 41cb185947 | |||
| 0236818372 |
@@ -1,13 +0,0 @@
|
||||
name: Security
|
||||
on:
|
||||
push:
|
||||
branches: [main, master]
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '0 6 * * 1'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
scan:
|
||||
uses: JonKazama-Hellion/security-workflows/.gitea/workflows/security-scan.yml@main
|
||||
|
||||
+2
-4
@@ -26,10 +26,8 @@
|
||||
},
|
||||
{
|
||||
"description": "TypeScript type definitions stay grouped with each other",
|
||||
"groupName": "type definitions",
|
||||
"matchPackageNames": [
|
||||
"@types/{/,}**"
|
||||
]
|
||||
"matchPackagePrefixes": ["@types/"],
|
||||
"groupName": "type definitions"
|
||||
},
|
||||
{
|
||||
"description": "Dev dependencies in their own group",
|
||||
|
||||
Reference in New Issue
Block a user