mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-02-14 18:09:57 +00:00
🌱 Add dependabot to auto update dependencies (#399)
Signed-off-by: zhujian <jiazhu@redhat.com>
This commit is contained in:
24
.github/dependabot.yml
vendored
Normal file
24
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: gomod
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
commit-message:
|
||||
prefix: ":seedling:"
|
||||
open-pull-requests-limit: 3
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
commit-message:
|
||||
prefix: ":seedling:"
|
||||
groups:
|
||||
github-actions:
|
||||
patterns:
|
||||
- "*"
|
||||
# These actions directly influence the build process and are excluded from grouped updates
|
||||
exclude-patterns:
|
||||
- "actions/setup-go"
|
||||
- "arduino/setup-protoc"
|
||||
- "goreleaser/goreleaser-action"
|
||||
Reference in New Issue
Block a user