Change dependabot configuration
This commit is contained in:
+10
-12
@@ -1,16 +1,14 @@
|
|||||||
|
# Configuration taken from this article:
|
||||||
|
# https://paperless.blog/dependabot-on-gitlab
|
||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "npm"
|
- package-ecosystem: gitsubmodule
|
||||||
directory: "/"
|
directory: /
|
||||||
schedule:
|
schedule:
|
||||||
interval: "monthly"
|
interval: daily
|
||||||
|
open-pull-requests-limit: 3
|
||||||
|
- package-ecosystem: pip
|
||||||
|
directory: /
|
||||||
|
schedule:
|
||||||
|
interval: daily
|
||||||
open-pull-requests-limit: 3
|
open-pull-requests-limit: 3
|
||||||
reviewers:
|
|
||||||
- "bl00dymarie"
|
|
||||||
- "mariyaz"
|
|
||||||
- "sdvig"
|
|
||||||
- "LisaHill"
|
|
||||||
allow:
|
|
||||||
- dependency-type: direct
|
|
||||||
- dependency-type: production
|
|
||||||
rebase-strategy: "auto"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user