Replies: 1 comment
-
I think that if we have an issue, we should continue the conversation there as having the same conversation in two places doesn't help |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We want to configure dependabot labels (via
.github/dependabot.yml
), so that when we manually trigger an update via the security tab, the PR will use the correct labels.However, we don't want to run dependabot on a schedule.
For us, it would be great if we could disable it using one of the following:
schedule.interval
was optional, and wouldn't run if it wasn't set orschedule.interval
could take the value'never'
.Related issue: #8116
Beta Was this translation helpful? Give feedback.
All reactions