Files
bandwhich/.github/dependabot.yml
Christian Clauss 944d8b3d86 Keep GitHub Actions up to date with GitHub's Dependabot (#403)
* Keep GitHub Actions up to date with GitHub's Dependabot

* [Keeping your actions up to date with Dependabot](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot)
* [Configuration options for the dependabot.yml file - package-ecosystem](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem)

* Write changelog

---------

Co-authored-by: cyqsimon <28627918+cyqsimon@users.noreply.github.com>
2024-04-15 22:51:34 +08:00

22 lines
408 B
YAML

version: 2
updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: monthly
open-pull-requests-limit: 30
groups:
dependencies:
patterns:
- "*"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: monthly
open-pull-requests-limit: 30
groups:
github-actions:
patterns:
- "*"