mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 13:47:15 +08:00
26 lines
601 B
YAML
26 lines
601 B
YAML
# https://docs.github.com/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
|
|
groups:
|
|
go-modules:
|
|
patterns:
|
|
- "*"
|
|
open-pull-requests-limit: 100
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
labels:
|
|
- "🤖 Dependencies"
|
|
schedule:
|
|
interval: daily
|
|
groups:
|
|
github-actions:
|
|
patterns:
|
|
- "*"
|
|
open-pull-requests-limit: 100
|