mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 12:40:25 +08:00
16 lines
437 B
YAML
16 lines
437 B
YAML
# https://docs.github.com/zh/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: gomod
|
|
directory: /
|
|
labels:
|
|
- "🤖 Dependencies"
|
|
schedule:
|
|
interval: daily
|
|
open-pull-requests-limit: 100
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
labels:
|
|
- "🤖 Dependencies"
|
|
schedule:
|
|
interval: daily |