chore(deps): remove dependabot
This commit is contained in:
parent
634fea9a04
commit
c460bb1f6b
|
@ -1,100 +0,0 @@
|
|||
# See https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
|
||||
version: 2
|
||||
updates:
|
||||
# Maintain dependencies for GitHub Actions
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
labels:
|
||||
- ci
|
||||
- dependencies
|
||||
|
||||
# TODO: Enable when the future Dockerfiles lands in the repository
|
||||
# Maintain dependencies for Docker files
|
||||
# - package-ecosystem: "docker"
|
||||
# directory: "/docker"
|
||||
# schedule:
|
||||
# interval: "weekly"
|
||||
# labels:
|
||||
# - docker
|
||||
# - dependencies
|
||||
|
||||
# Maintain dependencies for legacy
|
||||
- package-ecosystem: "composer"
|
||||
directory: "/legacy"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
labels:
|
||||
- php
|
||||
- dependencies
|
||||
|
||||
# Maintain dependencies for Python apps
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/analyzer"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
labels:
|
||||
- python
|
||||
- dependencies
|
||||
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/api"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
labels:
|
||||
- python
|
||||
- dependencies
|
||||
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/api-client"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
labels:
|
||||
- python
|
||||
- dependencies
|
||||
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/playout"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
labels:
|
||||
- python
|
||||
- dependencies
|
||||
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/shared"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
labels:
|
||||
- python
|
||||
- dependencies
|
||||
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/worker"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
labels:
|
||||
- python
|
||||
- dependencies
|
||||
|
||||
# Maintain dependencies for NPM packages
|
||||
# - package-ecosystem: "npm"
|
||||
# directory: "/ui"
|
||||
# schedule:
|
||||
# interval: "daily"
|
||||
# labels:
|
||||
# - javascript
|
||||
# - dependencies
|
||||
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/website"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
labels:
|
||||
- javascript
|
||||
- dependencies
|
||||
ignore:
|
||||
# All @docusaurus/* packages should be updated with the @docusaurus/core package
|
||||
- dependency-name: "@docusaurus/module-type-aliases"
|
||||
- dependency-name: "@docusaurus/preset-classic"
|
Loading…
Reference in New Issue