2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 12:40:25 +08:00

workflow: optimize dependabot

This commit is contained in:
耗子
2023-06-28 23:59:34 +08:00
parent 9551213bfb
commit 9d3417c6f3

View File

@@ -1,4 +1,4 @@
# https://docs.github.com/zh/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: gomod
@@ -7,10 +7,19 @@ updates:
- "🤖 Dependencies"
schedule:
interval: daily
groups:
go-modules:
patterns:
- "*"
open-pull-requests-limit: 100
- package-ecosystem: github-actions
directory: /
labels:
- "🤖 Dependencies"
schedule:
interval: daily
interval: daily
groups:
github-actions:
patterns:
- "*"
open-pull-requests-limit: 100