mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2025-12-18 12:06:05 +00:00
dependabot: allow for more pull requests
This commit is contained in:
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
@@ -1,6 +1,7 @@
|
|||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "docker-compose"
|
- package-ecosystem: "docker-compose"
|
||||||
|
open-pull-requests-limit: 15
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: weekly
|
||||||
directories:
|
directories:
|
||||||
@@ -35,6 +36,7 @@ updates:
|
|||||||
- "/docker/tools/notesnook"
|
- "/docker/tools/notesnook"
|
||||||
- "/docker/tools/stirling-pdf"
|
- "/docker/tools/stirling-pdf"
|
||||||
- package-ecosystem: "helm"
|
- package-ecosystem: "helm"
|
||||||
|
open-pull-requests-limit: 15
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: weekly
|
||||||
directories:
|
directories:
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ cat > "$tmpfile" <<'YAML'
|
|||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "docker-compose"
|
- package-ecosystem: "docker-compose"
|
||||||
|
open-pull-requests-limit: 15
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: weekly
|
||||||
directories:
|
directories:
|
||||||
@@ -32,6 +33,7 @@ find docker -name 'docker-compose.yml' -print0 \
|
|||||||
# dependabot.yml helm header
|
# dependabot.yml helm header
|
||||||
cat >> "$tmpfile" <<'YAML'
|
cat >> "$tmpfile" <<'YAML'
|
||||||
- package-ecosystem: "helm"
|
- package-ecosystem: "helm"
|
||||||
|
open-pull-requests-limit: 15
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: weekly
|
||||||
directories:
|
directories:
|
||||||
|
|||||||
Reference in New Issue
Block a user