[go: up one dir, main page]

Menu

[3c709e]: / .github / dependabot.yml  Maximize  Restore  History

Download this file

28 lines (27 with data), 739 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
version: 2
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "weekly"
day: "wednesday"
# Allow up to 10 open pull requests for maven dependencies
open-pull-requests-limit: 10
- package-ecosystem: "bundler"
directories:
- "/.ci/files"
- "/docs"
schedule:
interval: "weekly"
day: "wednesday"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "wednesday"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: "wednesday"