mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-18 08:18:43 +02:00
Update dependabot.yml
This commit is contained in:
parent
34c6b590d7
commit
f13b6abd78
1 changed files with 8 additions and 7 deletions
15
.github/dependabot.yml
vendored
15
.github/dependabot.yml
vendored
|
@ -13,6 +13,10 @@ updates:
|
||||||
dependency-type: "development"
|
dependency-type: "development"
|
||||||
update-types:
|
update-types:
|
||||||
- "minor"
|
- "minor"
|
||||||
|
dev-major-updates:
|
||||||
|
dependency-type: "development"
|
||||||
|
update-types:
|
||||||
|
- "major"
|
||||||
prod-patch-updates:
|
prod-patch-updates:
|
||||||
dependency-type: "production"
|
dependency-type: "production"
|
||||||
update-types:
|
update-types:
|
||||||
|
@ -21,13 +25,10 @@ updates:
|
||||||
dependency-type: "production"
|
dependency-type: "production"
|
||||||
update-types:
|
update-types:
|
||||||
- "minor"
|
- "minor"
|
||||||
|
prod-major-updates:
|
||||||
- package-ecosystem: "npm"
|
dependency-type: "production"
|
||||||
directory: "/"
|
update-types:
|
||||||
schedule:
|
- "major"
|
||||||
interval: "daily"
|
|
||||||
update-types:
|
|
||||||
- "major"
|
|
||||||
|
|
||||||
- package-ecosystem: "docker"
|
- package-ecosystem: "docker"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue