mirror of
https://github.com/Growstuff/growstuff.git
synced 2025-12-23 17:47:49 -05:00
Apparently, https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem is wrong
17 lines
319 B
YAML
17 lines
319 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: bundler
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
time: "07:00"
|
|
open-pull-requests-limit: 20
|
|
versioning-strategy: lockfile-only
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
time: "07:00"
|
|
open-pull-requests-limit: 10
|
|
|