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
|
||||
updates:
|
||||
- package-ecosystem: "docker-compose"
|
||||
open-pull-requests-limit: 15
|
||||
schedule:
|
||||
interval: weekly
|
||||
directories:
|
||||
@@ -35,6 +36,7 @@ updates:
|
||||
- "/docker/tools/notesnook"
|
||||
- "/docker/tools/stirling-pdf"
|
||||
- package-ecosystem: "helm"
|
||||
open-pull-requests-limit: 15
|
||||
schedule:
|
||||
interval: weekly
|
||||
directories:
|
||||
|
||||
@@ -15,6 +15,7 @@ cat > "$tmpfile" <<'YAML'
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "docker-compose"
|
||||
open-pull-requests-limit: 15
|
||||
schedule:
|
||||
interval: weekly
|
||||
directories:
|
||||
@@ -32,6 +33,7 @@ find docker -name 'docker-compose.yml' -print0 \
|
||||
# dependabot.yml helm header
|
||||
cat >> "$tmpfile" <<'YAML'
|
||||
- package-ecosystem: "helm"
|
||||
open-pull-requests-limit: 15
|
||||
schedule:
|
||||
interval: weekly
|
||||
directories:
|
||||
|
||||
Reference in New Issue
Block a user