mirror of
https://github.com/apache/cloudstack
synced 2026-08-02 05:26:35 +00:00
[CI] Add github-actions ecosystem to Dependabot (#12823)
This commit is contained in:
parent
6bcbb008b4
commit
cf9bda2050
15
.github/dependabot.yml
vendored
15
.github/dependabot.yml
vendored
@ -22,8 +22,19 @@
|
||||
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "maven" # See documentation for possible values
|
||||
directory: "/" # Location of package manifests
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
open-pull-requests-limit: 2
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
groups:
|
||||
github-actions-dependencies:
|
||||
patterns:
|
||||
- "*"
|
||||
cooldown:
|
||||
default-days: 7
|
||||
- package-ecosystem: "maven"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
cooldown:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user