mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
b46b200101
* Create scorecard.yml * Add badge * disable publishing * Add security improvements (#181) * Add OSSF Scorecard (#179) * Create scorecard.yml * Add badge * disable publishing * [StepSecurity] Apply security best practices (#180) * [StepSecurity] Apply security best practices Signed-off-by: StepSecurity Bot <bot@stepsecurity.io> * Update .pre-commit-config.yaml * Update dependabot.yml * Delete .github/workflows/dependency-review.yml --------- Signed-off-by: StepSecurity Bot <bot@stepsecurity.io> Co-authored-by: Matthias Mair <code@mjmair.com> --------- Signed-off-by: StepSecurity Bot <bot@stepsecurity.io> Co-authored-by: StepSecurity Bot <bot@stepsecurity.io> * Update to upstream project * disable shellcheck for now --------- Signed-off-by: StepSecurity Bot <bot@stepsecurity.io> Co-authored-by: StepSecurity Bot <bot@stepsecurity.io>
37 lines
622 B
YAML
37 lines
622 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: daily
|
|
|
|
- package-ecosystem: docker
|
|
directory: /
|
|
schedule:
|
|
interval: daily
|
|
|
|
- package-ecosystem: pip
|
|
directory: /docker
|
|
schedule:
|
|
interval: daily
|
|
|
|
- package-ecosystem: pip
|
|
directory: /docs
|
|
schedule:
|
|
interval: daily
|
|
|
|
- package-ecosystem: npm
|
|
directory: /
|
|
schedule:
|
|
interval: daily
|
|
|
|
- package-ecosystem: pip
|
|
directory: /
|
|
schedule:
|
|
interval: daily
|
|
|
|
- package-ecosystem: npm
|
|
directory: /src/frontend
|
|
schedule:
|
|
interval: daily
|