mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
chore: dependabot shouldn't update major versions
This commit is contained in:
parent
cbd178dab2
commit
5650de0627
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
|
@ -6,6 +6,9 @@ updates:
|
||||||
- "/docker"
|
- "/docker"
|
||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: daily
|
||||||
|
ignore:
|
||||||
|
- dependency-name: "*"
|
||||||
|
update-types: ["version-update:semver-major"]
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
|
|
||||||
- package-ecosystem: pip
|
- package-ecosystem: pip
|
||||||
|
|
Loading…
Reference in New Issue
Block a user