Skip to content
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

chore: update dependabot rules #27

Merged
merged 3 commits into from
Nov 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 21 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,30 @@

version: 2
updates:
- package-ecosystem: "pip"
- package-ecosystem: pip
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: daily
labels:
- chore
commit-message:
prefix: "chore(deps): "
open-pull-requests-limit: 8 # default is 5

- package-ecosystem: "github-actions"
- package-ecosystem: github-actions
applies-to: security-updates
# Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
directory: "/"
open-pull-requests-limit: 5 # default is 5
schedule:
interval: "weekly"
interval: daily
labels:
- ci
commit-message:
prefix: "ci(deps): "
groups:
# allow combining github-actions updates into a single PR
minor-and-patch:
update-types:
- patch
- minor
Loading