Skip to content

Commit

Permalink
ci: Configure grouped Dependabot updates (pola-rs#19604)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored and tylerriccio33 committed Nov 8, 2024
1 parent e729f90 commit 7bbfed0
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ updates:
commit-message:
prefix: ci
labels: ['skip changelog']
groups:
ci:
patterns:
- '*'

# Rust Polars
- package-ecosystem: cargo
Expand All @@ -21,9 +25,13 @@ updates:
- dependency-name: '*'
update-types: ['version-update:semver-patch']
commit-message:
prefix: build(rust)
prefix: build
prefix-development: chore(rust)
labels: ['skip changelog']
groups:
rust:
patterns:
- '*'

# Python Polars
- package-ecosystem: pip
Expand All @@ -36,18 +44,10 @@ updates:
commit-message:
prefix: chore(python)
labels: ['skip changelog']

- package-ecosystem: cargo
directory: py-polars
schedule:
interval: monthly
ignore:
- dependency-name: '*'
update-types: ['version-update:semver-patch']
commit-message:
prefix: build(python)
prefix-development: chore(python)
labels: ['skip changelog']
groups:
python:
patterns:
- '*'

# Documentation
- package-ecosystem: pip
Expand All @@ -60,3 +60,7 @@ updates:
commit-message:
prefix: chore(python)
labels: ['skip changelog']
groups:
documentation:
patterns:
- '*'

0 comments on commit 7bbfed0

Please sign in to comment.