-
Notifications
You must be signed in to change notification settings - Fork 547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: use dependabot group feature #4087
Conversation
Pull request has been modified.
groups: | ||
golang-dependencies: | ||
patterns: | ||
- "github.com/golang*" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- "github.com/golang*" | |
- "github.com/golang**" |
question, will this be **
or *
in patterns?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it will be *
as i have seen here
- "k8s.io*" | ||
- "sigs.k8s.io*" | ||
github-dependencies: | ||
patterns: | ||
- "github.com*" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- "k8s.io*" | |
- "sigs.k8s.io*" | |
github-dependencies: | |
patterns: | |
- "github.com*" | |
- "k8s.io*" | |
- "sigs.k8s.io*" | |
github-dependencies: | |
patterns: | |
- "github.com*" |
I think for k8s.io*"
and sigs.k8s.io*"
, singe *
make sense since it has only once string to match for example
k8s.io/cloud-provider
only cloud-provider
but for github.com
I think it will github.com/**
since it has to make a recursive search
github.com/spf13/cobra
/spf13
and /cobra
I guess I'm not confusing things but I have seen /**
for recursive search for example branch search
tags:
- v*
branches:
- master
- release-*
pull_request:
branches:
- master
- release-*
paths-ignore:
- "Documentation/**"
from here https://github.com/rook/rook/blob/master/.github/workflows/canary-integration-test.yml#L4-L15
- "design/**"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @subhamkrai For me this looks to be enough, will revisit this if required in the followup PR.
@merigyfyio queue |
@Mergifyio queue |
🛑 The pull request has been removed from the queue
|
enable dependabot raising PR by groups to reduce PR and save CI resources. This uses the beta groups feature of dependabot More details here https://docs.github.com/en/code-security/\ dependabot/dependabot-version-updates/\ configuration-options-for-the-dependabot.yml-file#groups Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
/test ci/centos/k8s-e2e-external-storage/1.26 |
/test ci/centos/k8s-e2e-external-storage/1.27 |
/test ci/centos/mini-e2e-helm/k8s-1.26 |
/test ci/centos/upgrade-tests-cephfs |
/test ci/centos/mini-e2e-helm/k8s-1.27 |
/test ci/centos/k8s-e2e-external-storage/1.28 |
/test ci/centos/mini-e2e/k8s-1.26 |
/test ci/centos/upgrade-tests-rbd |
/test ci/centos/mini-e2e/k8s-1.27 |
/test ci/centos/mini-e2e-helm/k8s-1.28 |
/test ci/centos/mini-e2e/k8s-1.28 |
/test ci/centos/upgrade-tests-rbd |
/test ci/centos/mini-e2e-helm |
/test ci/centos/mini-e2e |
/test ci/centos/upgrade-tests-cephfs |
@Mergifyio queue |
🛑 The pull request has been removed from the queue
|
@Mergifyio refresh |
✅ Pull request refreshed |
@Mergifyio refresh |
✅ Pull request refreshed |
enable dependabot raising PR by groups to reduce PR and save CI resources.
This uses the beta groups feature of dependabot. More details here https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups