Delete .github/dependabot.yaml
This commit is contained in:
parent
39356607d2
commit
41dcd4f072
1 changed files with 0 additions and 35 deletions
35
.github/dependabot.yaml
vendored
35
.github/dependabot.yaml
vendored
|
|
@ -1,35 +0,0 @@
|
||||||
# Configuration: https://dependabot.com/docs/config-file/
|
|
||||||
# Docs: https://docs.github.com/en/github/administering-a-repository/keeping-your-dependencies-updated-automatically
|
|
||||||
|
|
||||||
version: 2
|
|
||||||
|
|
||||||
updates:
|
|
||||||
- package-ecosystem: "pip"
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
|
||||||
interval: "weekly"
|
|
||||||
allow:
|
|
||||||
- dependency-type: "all"
|
|
||||||
commit-message:
|
|
||||||
prefix: ":arrow_up:"
|
|
||||||
open-pull-requests-limit: 50
|
|
||||||
|
|
||||||
- package-ecosystem: "github-actions"
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
|
||||||
interval: "weekly"
|
|
||||||
allow:
|
|
||||||
- dependency-type: "all"
|
|
||||||
commit-message:
|
|
||||||
prefix: ":arrow_up:"
|
|
||||||
open-pull-requests-limit: 50
|
|
||||||
|
|
||||||
- package-ecosystem: "docker"
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
|
||||||
interval: "weekly"
|
|
||||||
allow:
|
|
||||||
- dependency-type: "all"
|
|
||||||
commit-message:
|
|
||||||
prefix: ":arrow_up:"
|
|
||||||
open-pull-requests-limit: 50
|
|
||||||
Loading…
Add table
Reference in a new issue