disterabot pip软件包生态系统,带有两个单独的时间表

发布于 2025-02-11 07:40:49 字数 303 浏览 1 评论 0原文

我每天都有disterabot运行package-ecosystem:“ pip”

我面临的问题是,AWS Boto库有很多更新,这使我的GitHub成本大大增加了。

我希望能够

  • 每天在两个单独的时间表上进行Python套餐 boto和Botocore
  • 每周进行disterabot,boto and botocore

disterly dipplyabot抱怨我是否有2个套件生态系统钥匙我正在努力看到如何实现这一目标。

I have Dependabot running daily for package-ecosystem: "pip".

The problem I face is that the AWS boto library has a lot of updates and this is inflating my GitHub costs substantially.

I should like to be able to run Dependabot on two separate schedules

  • Daily for Python packages except boto and botocore
  • Weekly for boto and botocore

Dependabot complains of a duplicate if I have 2 package-ecosystem keys set to pip so I am struggling to see how I can achieve this.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

看春风乍起 2025-02-18 07:40:49

尝试尝试

 - package-ecosystem: "pip"
    directory: "/"
    schedule:
      interval: "weekly"
    # Disable version updates for npm dependencies
    open-pull-requests-limit: 0

在其他答案和GH本身中 这一点。
在另一个线程上回答: so Link

解决方案参考GH文档此处: gh链接

Try

 - package-ecosystem: "pip"
    directory: "/"
    schedule:
      interval: "weekly"
    # Disable version updates for npm dependencies
    open-pull-requests-limit: 0

This is suggested on other answers and by GH themselves.
Answered on another thread: SO link

The solution references the GH documentation here: GH link

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文