-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add dependabot config. #4915
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
Add dependabot config. #4915
Conversation
See https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file for more details. Signed-off-by: Billy Lynch <[email protected]>
/cc @imjasonh @afrittoli |
@wlynch this is linked to tektoncd/plumbing#1028 right ? |
Yeah, though this probably won't make that any harder. I think worst case we'll get a few PRs that won't pass unit tests (probably for anything k8s.io related), which will be a signal for additional intervention. Even if we can only use this with 80% of deps, it seems worthwhile to enable it. If this ends up being too noisy we can roll it back. |
Fair enough 🙃 |
@wlynch I am trying this with |
/test pull-tekton-pipeline-go-coverage |
/lgtm |
- package-ecosystem: "gomod" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" |
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.
Should we put this to weekly
? I moved to weekly for hub
just because with npm it was generating a lot of PR often.. but maybe we are fine here.
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.
/meow
Let there be dragons 😓 🙃
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vdemeester The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
/test pull-tekton-pipeline-alpha-integration-tests |
/test pull-pipeline-kind-k8s-v1-21-e2e |
Changes
Enables dependabot for pipelines.
See
https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
for more details.
Signed-off-by: Billy Lynch [email protected]
/kind misc
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
(if there are no user facing changes, use release note "NONE")
Release Notes