mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-22 23:32:10 -05:00
Add dependabot settigs for other packages
This commit is contained in:
parent
916cff44e5
commit
79a3ce425d
1 changed files with 29 additions and 0 deletions
29
.github/dependabot.yml
vendored
29
.github/dependabot.yml
vendored
|
@ -5,3 +5,32 @@ updates:
|
||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: daily
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
|
|
||||||
|
# Maintain dependencies for js with npm
|
||||||
|
- package-ecosystem: "npm"
|
||||||
|
directory: "/dependencies"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
open-pull-requests-limit: 10
|
||||||
|
|
||||||
|
# Maintain dependencies for ruby with bundler
|
||||||
|
- package-ecosystem: "bundler"
|
||||||
|
directory: "/dependencies"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
labels:
|
||||||
|
- "Type: Maintenance"
|
||||||
|
|
||||||
|
# Maintain dependencies for docker
|
||||||
|
- package-ecosystem: "docker"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
open-pull-requests-limit: 10
|
||||||
|
|
||||||
|
# Maintain dependencies for python with pip
|
||||||
|
- package-ecosystem: "pip"
|
||||||
|
directory: "/dependencies"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
open-pull-requests-limit: 10
|
||||||
|
|
Loading…
Reference in a new issue